preferences sans font

This commit is contained in:
billypom on debian 2024-05-31 06:42:56 -04:00
parent a416117e52
commit 55dfc36bf0

View File

@ -16,7 +16,7 @@ class PreferencesWindow(QDialog):
self.input_fields = {}
for category in self.config.sections():
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(
"text-transform:uppercase;"
) # uppercase category