This commit is contained in:
Kovid Goyal 2017-06-14 20:48:26 +05:30
parent 5e03a829b7
commit cda3a4093e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -35,7 +35,7 @@ class SplashScreen(QSplashScreen):
f.setPixelSize(self.LOGO_SIZE) f.setPixelSize(self.LOGO_SIZE)
f.setItalic(True), f.setBold(True) f.setItalic(True), f.setBold(True)
f = QFontMetrics(f) f = QFontMetrics(f)
self.num_ch = str(numeric_version[0]) self.num_ch = str(max(3, numeric_version[0]))
self.footer_font = f = QFont() self.footer_font = f = QFont()
f.setPointSize(self.FOOTER_SIZE) f.setPointSize(self.FOOTER_SIZE)
f.setItalic(True) f.setItalic(True)