Slightly bump font size

This commit is contained in:
Salt 2025-01-12 04:40:31 -06:00
parent d89d86a70b
commit 25dc28e9e4

View File

@ -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"