Refont
Surely there's a better way to do this, yeah?
This commit is contained in:
parent
7f9b671d90
commit
70128628ec
@ -96,14 +96,16 @@
|
||||
color: "#ebdbb2"
|
||||
width: parent.width
|
||||
text: textConstants.userName
|
||||
font.pixelSize: 12
|
||||
font.family: "IBM Plex Sans"
|
||||
font.pixelSize: 13
|
||||
}
|
||||
|
||||
TextBox {
|
||||
id: name
|
||||
width: parent.width; height: 30
|
||||
text: userModel.lastUser
|
||||
font.pixelSize: 14
|
||||
font.family: "IBM Plex Sans"
|
||||
font.pixelSize: 13
|
||||
|
||||
KeyNavigation.backtab: rebootButton; KeyNavigation.tab: password
|
||||
|
||||
@ -125,13 +127,15 @@
|
||||
color: "#ebdbb2"
|
||||
width: parent.width
|
||||
text: textConstants.password
|
||||
font.pixelSize: 12
|
||||
font.family: "IBM Plex Sans"
|
||||
font.pixelSize: 13
|
||||
}
|
||||
|
||||
PasswordBox {
|
||||
id: password
|
||||
width: parent.width; height: 30
|
||||
font.pixelSize: 14
|
||||
font.family: "IBM Plex Sans"
|
||||
font.pixelSize: 13
|
||||
|
||||
KeyNavigation.backtab: name; KeyNavigation.tab: session
|
||||
|
||||
@ -154,13 +158,15 @@
|
||||
width: parent.width
|
||||
text: textConstants.session
|
||||
wrapMode: TextEdit.WordWrap
|
||||
font.pixelSize: 12
|
||||
font.family: "IBM Plex Sans"
|
||||
font.pixelSize: 13
|
||||
}
|
||||
|
||||
ComboBox {
|
||||
id: session
|
||||
width: parent.width; height: 30
|
||||
font.pixelSize: 14
|
||||
font.family: "IBM Plex Sans"
|
||||
font.pixelSize: 13
|
||||
|
||||
arrowIcon: Qt.resolvedUrl("angle-down.png")
|
||||
|
||||
@ -179,7 +185,8 @@
|
||||
color: "#ebdbb2"
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
text: textConstants.prompt
|
||||
font.pixelSize: 10
|
||||
font.family: "IBM Plex Sans"
|
||||
font.pixelSize: 13
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user