Skip to content
This repository was archived by the owner on Dec 15, 2020. It is now read-only.

Fix broken headings in Markdown files #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ public void onSelectionChange(int selectedPosition) {

wheel positions will start from 0.

####snap-to-center
#### snap-to-center

This flag is set to true by default. If true, crossing into a division will cause the wheel to auto-align itself to the center of the division. Otherwise, the wheel will just hang around wherever the user left it. You can change it by calling:

```java
wheelMenu.setSnapToCenterFlag(false)
```

####Changing the top position
#### Changing the top position

You can also make any arbitrary div in the wheel to be the "top" postion by calling

Expand Down