File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
2222Add widgets to the ` frame ` attribute of a ` ScrollableFrameTk ` object. See
You can’t perform that action at this time.
0 commit comments