tkivy: make history and addresses scroll bars wider - electrum - Electrum Bitcoin wallet
 (HTM) git clone https://git.parazyd.org/electrum
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
       ---
 (DIR) commit e3c9ce319c69ff30265cecf27492a39728cbe8fe
 (DIR) parent dea6e419664222a235ad7bd07c2872da371abcfc
 (HTM) Author: SomberNight <somber.night@protonmail.com>
       Date:   Thu, 21 Jun 2018 18:03:32 +0200
       
       kivy: make history and addresses scroll bars wider
       
       Diffstat:
         M gui/kivy/uix/dialogs/addresses.py   |       2 ++
         M gui/kivy/uix/ui_screens/history.kv  |       2 +-
       
       2 files changed, 3 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/gui/kivy/uix/dialogs/addresses.py b/gui/kivy/uix/dialogs/addresses.py
       t@@ -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
 (DIR) diff --git a/gui/kivy/uix/ui_screens/history.kv b/gui/kivy/uix/ui_screens/history.kv
       t@@ -75,4 +75,4 @@ HistoryScreen:
                HistoryRecycleView:
                    id: history_container
                    scroll_type: ['bars', 'content']
       -            bar_width: 15
       +            bar_width: '25dp'