mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 15:31:31 +00:00
kivy: tx_dialog scroll with bar
This commit is contained in:
parent
e3c9ce319c
commit
a28ef06a58
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ Builder.load_string('''
|
|||
BoxLayout:
|
||||
orientation: 'vertical'
|
||||
ScrollView:
|
||||
scroll_type: ['bars', 'content']
|
||||
bar_width: '25dp'
|
||||
GridLayout:
|
||||
height: self.minimum_height
|
||||
size_hint_y: None
|
||||
|
|
Loading…
Add table
Reference in a new issue