commit a28ef06a587da216b71b54c1af5c08234f8839e1
parent e3c9ce319c69ff30265cecf27492a39728cbe8fe
Author: SomberNight <somber.night@protonmail.com>
Date: Thu, 21 Jun 2018 18:37:14 +0200
kivy: tx_dialog scroll with bar
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/gui/kivy/uix/dialogs/tx_dialog.py b/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