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