mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-26 23:13:25 +00:00
hide scroll bar in tabbed panel
This commit is contained in:
parent
92e5218d5d
commit
913e957f4a
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue