commit e3c9ce319c69ff30265cecf27492a39728cbe8fe
parent dea6e419664222a235ad7bd07c2872da371abcfc
Author: SomberNight <somber.night@protonmail.com>
Date: Thu, 21 Jun 2018 18:03:32 +0200
kivy: make history and addresses scroll bars wider
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/gui/kivy/uix/dialogs/addresses.py b/gui/kivy/uix/dialogs/addresses.py
@@ -85,6 +85,8 @@ Builder.load_string('''
text: root.message if root.message else _('Search')
on_release: Clock.schedule_once(lambda dt: app.description_dialog(popup))
ScrollView:
+ scroll_type: ['bars', 'content']
+ bar_width: '25dp'
GridLayout:
cols: 1
id: search_container
diff --git a/gui/kivy/uix/ui_screens/history.kv b/gui/kivy/uix/ui_screens/history.kv
@@ -75,4 +75,4 @@ HistoryScreen:
HistoryRecycleView:
id: history_container
scroll_type: ['bars', 'content']
- bar_width: 15
+ bar_width: '25dp'