mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +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
|
do_default_tab: False
|
||||||
Carousel:
|
Carousel:
|
||||||
scroll_timeout: 250
|
scroll_timeout: 250
|
||||||
scroll_distance: '20dp'
|
scroll_distance: '100dp'
|
||||||
anim_type: 'out_quart'
|
anim_type: 'out_quart'
|
||||||
min_move: .05
|
min_move: .05
|
||||||
anim_move_duration: .1
|
anim_move_duration: .1
|
||||||
|
|
Loading…
Add table
Reference in a new issue