Skip to content

Commit

Permalink
Fix the settings font size to be a tad bigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
manyoso committed Jan 26, 2024
1 parent 3e5472a commit 40c2fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpt4all-chat/qml/Theme.qml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ QtObject {

property real fontSizeFixedSmall: 16

property real fontSizeSmall: fontSizeLarge - 4
property real fontSizeSmall: fontSizeLarge - 2
property real fontSizeLarge: MySettings.fontSize === "Small" ?
Qt.application.font.pixelSize : MySettings.fontSize === "Medium" ?
Qt.application.font.pixelSize + 5 : Qt.application.font.pixelSize + 10
Expand Down

0 comments on commit 40c2fd9

Please sign in to comment.