increase the relative font size of the selected application label

This commit is contained in:
dries.k
2022-08-27 11:06:05 +02:00
parent ff392f96c1
commit 71a6036cce

View File

@@ -72,6 +72,7 @@ class MainWindow(QtWidgets.QMainWindow, Ui_MainWindow):
font_title.fromString(s) font_title.fromString(s)
else: else:
font_title.setBold(True) font_title.setBold(True)
font_title.setPointSize(font_title.pointSize() + 2)
self.label_application.setFont(font_title) self.label_application.setFont(font_title)
# Set tooltips # Set tooltips