URI: 
       thide scroll bar in tabbed panel - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 913e957f4acdb7c3a533b061d921047a9edab40c
   DIR parent 92e5218d5dc94d4b18573c4a058da7461e221346
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Wed,  7 Oct 2015 12:04:42 +0200
       
       hide scroll bar in tabbed panel
       
       Diffstat:
         M gui/kivy/main.kv                    |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/gui/kivy/main.kv b/gui/kivy/main.kv
       t@@ -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