From ad3390b42036090d5a9a1846368738ee915f8158 Mon Sep 17 00:00:00 2001 From: Keyitdev <70140437+Keyitdev@users.noreply.github.com> Date: Sun, 12 Jul 2026 22:30:51 +0200 Subject: [PATCH] Fix: Fixed usernameIcon padding and hitbox. --- Components/Input.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Components/Input.qml b/Components/Input.qml index a1d63d4..2ae6ee2 100644 --- a/Components/Input.qml +++ b/Components/Input.qml @@ -119,6 +119,7 @@ Column { width: parent.height height: parent.height anchors.left: parent.left + anchors.leftMargin: selectUser.height * 0.2 z: 2 model: userModel @@ -170,7 +171,7 @@ Column { height: parent.height anchors.left: parent.left anchors.verticalCenter: parent.verticalCenter - anchors.leftMargin: selectUser.height * 0.2 + icon.height: parent.height * 0.4 icon.width: parent.height * 0.4