Skip to content

Commit

Permalink
Design: os font size on first start is now also applied to heading fo…
Browse files Browse the repository at this point in the history
…nt size
  • Loading branch information
brzGatsu committed Aug 26, 2022
1 parent cbd4cd5 commit 27f6e88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Sephrasto/Sephrasto.py
Expand Up @@ -119,6 +119,7 @@ def __init__(self):
Wolke.DefaultOSFontSize = fontSize
if Wolke.Settings['FontSize'] == 0:
Wolke.Settings['FontSize'] = Wolke.DefaultOSFontSize
Wolke.Settings['FontHeadingSize'] = Wolke.DefaultOSFontSize -1

self.form = QtWidgets.QWidget()
self.ui = UI.MainWindow.Ui_Form()
Expand Down

0 comments on commit 27f6e88

Please sign in to comment.