From 25dc28e9e41fa9145ce965e965530d1de3470b9b Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sun, 12 Jan 2025 04:40:31 -0600 Subject: [PATCH] Slightly bump font size --- theme/Main.qml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/theme/Main.qml b/theme/Main.qml index 66f1772..13b6006 100644 --- a/theme/Main.qml +++ b/theme/Main.qml @@ -116,7 +116,7 @@ Rectangle { width: parent.width text: textConstants.userName font.family: "IBM Plex Sans" - font.pixelSize: 13 + font.pixelSize: 14 } SaltTextBox { @@ -124,7 +124,7 @@ Rectangle { width: parent.width; height: 50 text: userModel.lastUser font.family: "IBM Plex Sans" - font.pixelSize: 13 + font.pixelSize: 14 radius: 8 textColor: "#ebdbb2" borderWidth: 4 @@ -154,14 +154,14 @@ Rectangle { width: parent.width text: textConstants.password font.family: "IBM Plex Sans" - font.pixelSize: 13 + font.pixelSize: 14 } SaltPasswordBox { id: password width: parent.width; height: 50 font.family: "IBM Plex Sans" - font.pixelSize: 13 + font.pixelSize: 14 radius: 8 textColor: "#ebdbb2" borderWidth: 4 @@ -193,14 +193,14 @@ Rectangle { text: textConstants.session wrapMode: TextEdit.WordWrap font.family: "IBM Plex Sans" - font.pixelSize: 13 + font.pixelSize: 14 } SaltComboBox { id: session width: parent.width; height: 50 font.family: "IBM Plex Sans" - font.pixelSize: 13 + font.pixelSize: 14 radius: 8 textColor: "#ebdbb2" borderColor: "#32302f" @@ -225,7 +225,7 @@ Rectangle { anchors.horizontalCenter: parent.horizontalCenter text: textConstants.prompt font.family: "IBM Plex Sans" - font.pixelSize: 13 + font.pixelSize: 14 } } @@ -244,7 +244,7 @@ Rectangle { KeyNavigation.backtab: session; KeyNavigation.tab: shutdownButton font.family: "IBM Plex Sans" - font.pixelSize: 13 + font.pixelSize: 14 textColor: "#282828" color: "#458588" disabledColor: "#32302f" @@ -269,7 +269,7 @@ Rectangle { KeyNavigation.backtab: loginButton; KeyNavigation.tab: rebootButton font.family: "IBM Plex Sans" - font.pixelSize: 13 + font.pixelSize: 14 textColor: "#ebdbb2" color: "#32302f" disabledColor: "#32302f" @@ -287,7 +287,7 @@ Rectangle { KeyNavigation.backtab: shutdownButton; KeyNavigation.tab: name font.family: "IBM Plex Sans" - font.pixelSize: 13 + font.pixelSize: 14 textColor: "#ebdbb2" color: "#32302f" disabledColor: "#32302f"