mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-17 17:02:16 -07:00
Launcher: make scrollbar more prominent (#2955)
This commit is contained in:
@@ -132,6 +132,8 @@ class ScrollBox(ScrollView):
|
||||
self.layout.bind(minimum_height=self.layout.setter("height"))
|
||||
self.add_widget(self.layout)
|
||||
self.effect_cls = ScrollEffect
|
||||
self.bar_width = dp(12)
|
||||
self.scroll_type = ["content", "bars"]
|
||||
|
||||
|
||||
class HovererableLabel(HoverBehavior, Label):
|
||||
|
||||
Reference in New Issue
Block a user