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

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