Skip to content

Commit

Permalink
re-enable content scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvris committed Nov 28, 2024
1 parent ca16184 commit 5b04955
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,8 @@ def build(self):
self.button_layout.layout.orientation = "vertical"
self.button_layout.layout.spacing = 10
self.button_layout.scroll_wheel_distance = 40
self.button_layout.do_scroll_x = False
self.button_layout.scroll_type = ["content", "bars"]
self.grid.add_widget(self.button_layout)
self.grid.padding = 10
self.grid.spacing = 5
Expand Down

0 comments on commit 5b04955

Please sign in to comment.