Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e23b522

Browse files
committed
Formatting
1 parent 9e45298 commit e23b522

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Slider UI widget can snap to discrete values
22
--------------------------
33

4-
The slider UI widget can take the optional argument `valstep`. Doing so
5-
forces the slider to take on only discrete values, starting from `valmin` and
6-
counting up to `valmax` with steps of size `valstep`.
4+
The slider UI widget can take the optional argument *valstep*. Doing so
5+
forces the slider to take on only discrete values, starting from *valmin* and
6+
counting up to *valmax* with steps of size *valstep*.
77

8-
If `closedmax==True`, then the slider will snap to `valmax` as well.
8+
If *closedmax==True*, then the slider will snap to *valmax* as well.

0 commit comments

Comments
 (0)