mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
5e03a829b7
commit
cda3a4093e
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user