mirror of
https://github.com/Syncplay/syncplay
synced 2025-03-25 04:18:30 +00:00
parent
9d7996d7fd
commit
7901542431
@ -1054,7 +1054,7 @@ class ConfigDialog(QtWidgets.QDialog):
|
||||
font.setPointSize(self.config[configName + "RelativeFontSize"])
|
||||
font.setWeight(self.config[configName + "FontWeight"])
|
||||
font.setUnderline(self.config[configName + "FontUnderline"])
|
||||
value, ok = QtWidgets.QFontDialog.getFont(font)
|
||||
ok, value = QtWidgets.QFontDialog.getFont(font)
|
||||
if ok:
|
||||
self.config[configName + "FontFamily"] = value.family()
|
||||
self.config[configName + "RelativeFontSize"] = value.pointSize()
|
||||
|
Loading…
Reference in New Issue
Block a user