1
0

kivy history tab: allow scrolling with bar

follow kivy/kivy@0edae84139
This commit is contained in:
SomberNight
2018-06-19 14:19:36 +02:00
parent 4018bd12bd
commit 12af2dc63b
2 changed files with 10 additions and 4 deletions

View File

@@ -68,6 +68,8 @@ HistoryScreen:
id: content
do_scroll_x: False
size_hint: 1, 0.75
scroll_type: ['bars', 'content']
bar_width: 15
GridLayout
id: history_container
cols: 1