fix: textField image become bigger when error text visible

This commit is contained in:
MrMirDan
2026-03-24 13:12:03 +02:00
parent 50801dd559
commit 3ddd38f58e

View File

@@ -188,11 +188,10 @@ Item {
leftImageSource: root.buttonImageSource
anchors.top: content.top
anchors.bottom: content.bottom
anchors.right: content.right
height: content.implicitHeight
width: content.implicitHeight
height: root.errorText !== "" ? content.implicitHeight - errorField.height - 5: content.implicitHeight
width: root.errorText !== "" ? content.implicitHeight - errorField.height - 5: content.implicitHeight
squareLeftSide: true
clickedFunc: function() {