mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 23:53:30 +02:00
...
This commit is contained in:
parent
cda3a4093e
commit
e4ae318b8f
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ class SplashScreen(QSplashScreen):
|
|||
TITLE_SIZE = 20 # pt
|
||||
BODY_SIZE = 12 # pt
|
||||
FOOTER_SIZE = 9 # pt
|
||||
LOGO_SIZE = 128 # px
|
||||
WIDTH = 600 # px
|
||||
LOGO_SIZE = 96 # px
|
||||
WIDTH = 550 # px
|
||||
|
||||
def __init__(self, develop=False):
|
||||
self.drawn_once = False
|
||||
|
|
|
|||
Loading…
Reference in a new issue