mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
float
This commit is contained in:
parent
016534cc6a
commit
183a825bdb
@ -144,7 +144,7 @@ class Setting(closeashidewindow):
|
||||
)
|
||||
width = 0
|
||||
fn = QFont()
|
||||
fn.setPointSize(globalconfig["settingfontsize"] + 2)
|
||||
fn.setPointSizeF(globalconfig["settingfontsize"] + 2)
|
||||
fn.setFamily(globalconfig["settingfonttype"])
|
||||
fm = QFontMetrics(fn)
|
||||
for title in self.tab_widget.titles:
|
||||
|
Loading…
x
Reference in New Issue
Block a user