From 5b0495576b4ee6339f90cf3fd4b9b82d801b969f Mon Sep 17 00:00:00 2001 From: Silvris <58583688+Silvris@users.noreply.github.com> Date: Wed, 27 Nov 2024 23:41:31 -0600 Subject: [PATCH] re-enable content scroll --- Launcher.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Launcher.py b/Launcher.py index 7cc0bc67f0b0..876debd8f867 100644 --- a/Launcher.py +++ b/Launcher.py @@ -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