mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Launcher: make scrollbar more prominent (#2955)
This commit is contained in:
2
kvui.py
2
kvui.py
@@ -132,6 +132,8 @@ class ScrollBox(ScrollView):
|
|||||||
self.layout.bind(minimum_height=self.layout.setter("height"))
|
self.layout.bind(minimum_height=self.layout.setter("height"))
|
||||||
self.add_widget(self.layout)
|
self.add_widget(self.layout)
|
||||||
self.effect_cls = ScrollEffect
|
self.effect_cls = ScrollEffect
|
||||||
|
self.bar_width = dp(12)
|
||||||
|
self.scroll_type = ["content", "bars"]
|
||||||
|
|
||||||
|
|
||||||
class HovererableLabel(HoverBehavior, Label):
|
class HovererableLabel(HoverBehavior, Label):
|
||||||
|
Reference in New Issue
Block a user