Launcher: make scrollbar more prominent (#2955)
This commit is contained in:
parent
52e65e208e
commit
31249ec6e2
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):
|
||||||
|
|
Loading…
Reference in New Issue