This commit is contained in:
Kovid Goyal 2017-06-14 22:07:58 +05:30
parent cda3a4093e
commit e4ae318b8f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -18,8 +18,8 @@ class SplashScreen(QSplashScreen):
TITLE_SIZE = 20 # pt TITLE_SIZE = 20 # pt
BODY_SIZE = 12 # pt BODY_SIZE = 12 # pt
FOOTER_SIZE = 9 # pt FOOTER_SIZE = 9 # pt
LOGO_SIZE = 128 # px LOGO_SIZE = 96 # px
WIDTH = 600 # px WIDTH = 550 # px
def __init__(self, develop=False): def __init__(self, develop=False):
self.drawn_once = False self.drawn_once = False