preferences sans font
This commit is contained in:
parent
a416117e52
commit
55dfc36bf0
@ -16,7 +16,7 @@ class PreferencesWindow(QDialog):
|
|||||||
self.input_fields = {}
|
self.input_fields = {}
|
||||||
for category in self.config.sections():
|
for category in self.config.sections():
|
||||||
category_label = QLabel(f"{category}")
|
category_label = QLabel(f"{category}")
|
||||||
category_label.setFont(QFont("", weight=QFont.Bold)) # bold category
|
category_label.setFont(QFont("Sans", weight=QFont.Bold)) # bold category
|
||||||
category_label.setStyleSheet(
|
category_label.setStyleSheet(
|
||||||
"text-transform:uppercase;"
|
"text-transform:uppercase;"
|
||||||
) # uppercase category
|
) # uppercase category
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user