Browse Source

kivy: tx_dialog scroll with bar

3.2.x
SomberNight 7 years ago
parent
commit
a28ef06a58
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 2
      gui/kivy/uix/dialogs/tx_dialog.py

2
gui/kivy/uix/dialogs/tx_dialog.py

@ -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…
Cancel
Save