Skip to content

Commit

Permalink
minor font fix
Browse files Browse the repository at this point in the history
  • Loading branch information
birbkeks committed Jul 1, 2024
1 parent 2e48a9d commit 3ba9e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Components/FalsePass.qml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FocusScope {
text: "The password is incorrect. Try again."
color: "white"
font.pointSize: 11
font.family: "Segoe UI Light"
font.family: "Segoe UI"
renderType: Text.NativeRendering
x: -falseText.width / 2
}
Expand All @@ -24,7 +24,7 @@ FocusScope {

Text {
color: "white"
font.family: "Segoe UI Light"
font.family: "Segoe UI"
text: "OK"
renderType: Text.NativeRendering
font.pointSize: 11
Expand Down

0 comments on commit 3ba9e0f

Please sign in to comment.