mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 23:41:35 +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:
|
BoxLayout:
|
||||||
orientation: 'vertical'
|
orientation: 'vertical'
|
||||||
ScrollView:
|
ScrollView:
|
||||||
|
scroll_type: ['bars', 'content']
|
||||||
|
bar_width: '25dp'
|
||||||
GridLayout:
|
GridLayout:
|
||||||
height: self.minimum_height
|
height: self.minimum_height
|
||||||
size_hint_y: None
|
size_hint_y: None
|
||||||
|
|
Loading…
Add table
Reference in a new issue