diff --git a/Main.qml b/Main.qml index 8101996..e9fcade 100644 --- a/Main.qml +++ b/Main.qml @@ -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 {