diff --git a/components/PreferencesWindow.py b/components/PreferencesWindow.py index b5a2470..9b7f3de 100644 --- a/components/PreferencesWindow.py +++ b/components/PreferencesWindow.py @@ -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