Uh oh, somebody's in trouble

This commit is contained in:
=
2025-08-03 14:44:14 -05:00
parent 16d6755b1a
commit 3a1de7cdcc

View File

@@ -120,7 +120,7 @@ Item {
Image {
id: usernameBg
source: "text-field"
source: "text-field.png"
x: -(sourceSize.width / 2)
}
TextField {
@@ -152,7 +152,7 @@ Item {
Image {
id: passwordBg
source: "text-field"
source: "text-field.png"
x: -(sourceSize.width / 2)
}
TextField {