From e4ae318b8fbcf0b70f8dc6e54524074dff2dd8c6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 14 Jun 2017 22:07:58 +0530 Subject: [PATCH] ... --- src/calibre/gui2/splash_screen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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