mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 02:35:20 +00:00
kivy: make history and addresses scroll bars wider
This commit is contained in:
parent
dea6e41966
commit
e3c9ce319c
2 changed files with 3 additions and 1 deletions
|
@ -85,6 +85,8 @@ Builder.load_string('''
|
||||||
text: root.message if root.message else _('Search')
|
text: root.message if root.message else _('Search')
|
||||||
on_release: Clock.schedule_once(lambda dt: app.description_dialog(popup))
|
on_release: Clock.schedule_once(lambda dt: app.description_dialog(popup))
|
||||||
ScrollView:
|
ScrollView:
|
||||||
|
scroll_type: ['bars', 'content']
|
||||||
|
bar_width: '25dp'
|
||||||
GridLayout:
|
GridLayout:
|
||||||
cols: 1
|
cols: 1
|
||||||
id: search_container
|
id: search_container
|
||||||
|
|
|
@ -75,4 +75,4 @@ HistoryScreen:
|
||||||
HistoryRecycleView:
|
HistoryRecycleView:
|
||||||
id: history_container
|
id: history_container
|
||||||
scroll_type: ['bars', 'content']
|
scroll_type: ['bars', 'content']
|
||||||
bar_width: 15
|
bar_width: '25dp'
|
||||||
|
|
Loading…
Add table
Reference in a new issue