Merge pull request #11 from cuu/master

fix about scrolldown
This commit is contained in:
clockworkpi 2018-05-29 19:49:52 +08:00 committed by GitHub
commit 116b6e8e46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -278,7 +278,7 @@ class AboutPage(Page):
def ScrollDown(self):
dis = 10
if abs(self._Scrolled) < (self._BGheight - self._Height)/2 + 40:
if abs(self._Scrolled) < (self._BGheight - self._Height)/2 + 50:
self._PosY -= dis
self._Scrolled -= dis