diff --git a/src/calibre/gui2/splash_screen.py b/src/calibre/gui2/splash_screen.py index c3d8b0cbe7..a907bc03ac 100644 --- a/src/calibre/gui2/splash_screen.py +++ b/src/calibre/gui2/splash_screen.py @@ -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