diff --git a/kvui.py b/kvui.py index dc8f4f41..bf1f0541 100644 --- a/kvui.py +++ b/kvui.py @@ -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):