mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +00:00
kivy: increase horizontal scrolling distance of carousel, to faciliate vertical scrolling
This commit is contained in:
parent
0929673205
commit
cefc11cc4e
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@
|
|||
do_default_tab: False
|
||||
Carousel:
|
||||
scroll_timeout: 250
|
||||
scroll_distance: '20dp'
|
||||
scroll_distance: '100dp'
|
||||
anim_type: 'out_quart'
|
||||
min_move: .05
|
||||
anim_move_duration: .1
|
||||
|
|
Loading…
Add table
Reference in a new issue