Mercurial > libervia-desktop-kivy
diff cagou/core/widgets_handler.py @ 163:ef09dce878c7
widgets handler: removed constants which are not used anymore
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 28 Apr 2018 11:06:48 +0200 |
parents | 916af9c1cb9b |
children | f4522b7c3318 |
line wrap: on
line diff
--- a/cagou/core/widgets_handler.py Sat Apr 28 11:05:03 2018 +0200 +++ b/cagou/core/widgets_handler.py Sat Apr 28 11:06:48 2018 +0200 @@ -30,8 +30,7 @@ from kivy import properties from cagou import G -CAROUSEL_SCROLL_DISTANCE = dp(50) -CAROUSEL_SCROLL_TIMEOUT = 80 + REMOVE_WID_LIMIT = dp(10) MIN_WIDTH = MIN_HEIGHT = dp(50)