From 3a1de7cdcc4242eaf3d0d3125612180b053ddaeb Mon Sep 17 00:00:00 2001 From: = Date: Sun, 3 Aug 2025 14:44:14 -0500 Subject: [PATCH] Uh oh, somebody's in trouble --- Main.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {