mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
fix: textField image become bigger when error text visible
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user