mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 09:48:50 +01:00
commit
116b6e8e46
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user