Fix: Fixed usernameIcon padding and hitbox.

This commit is contained in:
Keyitdev
2026-07-12 22:30:51 +02:00
parent 57f0ae7221
commit ad3390b420
+2 -1
View File
@@ -119,6 +119,7 @@ Column {
width: parent.height width: parent.height
height: parent.height height: parent.height
anchors.left: parent.left anchors.left: parent.left
anchors.leftMargin: selectUser.height * 0.2
z: 2 z: 2
model: userModel model: userModel
@@ -170,7 +171,7 @@ Column {
height: parent.height height: parent.height
anchors.left: parent.left anchors.left: parent.left
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
anchors.leftMargin: selectUser.height * 0.2
icon.height: parent.height * 0.4 icon.height: parent.height * 0.4
icon.width: parent.height * 0.4 icon.width: parent.height * 0.4