Skip to content

Commit 605cd7d

Browse files
committed
Updated README.
1 parent 733c93c commit 605cd7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ A full implementation of a scrollable frame in Tkinter.
1414
* Handles resize events correctly.
1515
* Horizontally centres the contents if the window is wider.
1616
* Supports scrolling with the mouse wheel and touchpad.
17-
* Scrolling the mouse or swiping vertically with two fingers on the touchpad triggers a vertical scroll.
18-
* Scrolling the mouse while holding down Shift or swiping horizontally with two fingers on the touchpad triggers a
19-
horizontal scroll.
17+
* Scrolling the mouse wheel or swiping vertically with two fingers on the touchpad triggers a vertical scroll.
18+
* Scrolling the mouse wheel while holding down Shift or swiping horizontally with two fingers on the touchpad
19+
triggers a horizontal scroll.
2020

2121
### Usage
2222
Add widgets to the `frame` attribute of a `ScrollableFrameTk` object. See

0 commit comments

Comments
 (0)