Fix bad font reference
This commit is contained in:
@@ -49,7 +49,7 @@ Rectangle {
|
|||||||
Text {
|
Text {
|
||||||
text: "\uf023"
|
text: "\uf023"
|
||||||
color: "#ffffff"
|
color: "#ffffff"
|
||||||
font.family: "JetBrainsMono NF"
|
font.family: "JetBrainsMono Nerd Font"
|
||||||
font.pixelSize: root.height * 0.025
|
font.pixelSize: root.height * 0.025
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
}
|
}
|
||||||
@@ -67,7 +67,7 @@ Rectangle {
|
|||||||
anchors.margins: root.height * 0.008
|
anchors.margins: root.height * 0.008
|
||||||
verticalAlignment: TextInput.AlignVCenter
|
verticalAlignment: TextInput.AlignVCenter
|
||||||
echoMode: TextInput.Password
|
echoMode: TextInput.Password
|
||||||
font.family: "JetBrainsMono NF"
|
font.family: "JetBrainsMono Nerd Font"
|
||||||
font.pixelSize: root.height * 0.02
|
font.pixelSize: root.height * 0.02
|
||||||
font.letterSpacing: root.height * 0.004
|
font.letterSpacing: root.height * 0.004
|
||||||
passwordCharacter: "\u2022"
|
passwordCharacter: "\u2022"
|
||||||
@@ -88,7 +88,7 @@ Rectangle {
|
|||||||
id: errorMessage
|
id: errorMessage
|
||||||
text: ""
|
text: ""
|
||||||
color: "#f7768e"
|
color: "#f7768e"
|
||||||
font.family: "JetBrainsMono NF"
|
font.family: "JetBrainsMono Nerd Font"
|
||||||
font.pixelSize: root.height * 0.018
|
font.pixelSize: root.height * 0.018
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user