Browse Source
kivy: make history and addresses scroll bars wider
3.2.x
SomberNight
7 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
2 changed files with
3 additions and
1 deletions
-
gui/kivy/uix/dialogs/addresses.py
-
gui/kivy/uix/ui_screens/history.kv
|
|
@ -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 |
|
|
|
|
|
@ -75,4 +75,4 @@ HistoryScreen: |
|
|
|
HistoryRecycleView: |
|
|
|
id: history_container |
|
|
|
scroll_type: ['bars', 'content'] |
|
|
|
bar_width: 15 |
|
|
|
bar_width: '25dp' |
|
|
|