kivy: tx_dialog scroll with bar

This commit is contained in:
SomberNight 2018-06-21 18:37:14 +02:00
parent e3c9ce319c
commit a28ef06a58
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

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