1
0

kivy: tx_dialog scroll with bar

This commit is contained in:
SomberNight
2018-06-21 18:37:14 +02:00
parent e3c9ce319c
commit a28ef06a58

View File

@@ -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