mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-04 10:04:35 +00:00
Fix the settings font size to be a tad bigger.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user