commit 913e957f4acdb7c3a533b061d921047a9edab40c
parent 92e5218d5dc94d4b18573c4a058da7461e221346
Author: ThomasV <thomasv@electrum.org>
Date: Wed, 7 Oct 2015 12:04:42 +0200
hide scroll bar in tabbed panel
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/gui/kivy/main.kv b/gui/kivy/main.kv
@@ -256,6 +256,10 @@
# size_hint: (1, 1) if root.fullscreen else (.8, None)
# height: self.height if root.fullscreen else self.minimum_height
+<TabbedPanelStrip>:
+ on_parent:
+ if self.parent: self.parent.bar_width = 0
+
<TabbedCarousel>
carousel: carousel