mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
fix: textField image become bigger when error text visible
This commit is contained in:
@@ -189,11 +189,10 @@ Item {
|
|||||||
leftImageSource: root.buttonImageSource
|
leftImageSource: root.buttonImageSource
|
||||||
|
|
||||||
anchors.top: content.top
|
anchors.top: content.top
|
||||||
anchors.bottom: content.bottom
|
|
||||||
anchors.right: content.right
|
anchors.right: content.right
|
||||||
|
|
||||||
height: content.implicitHeight
|
height: root.errorText !== "" ? content.implicitHeight - errorField.height - 5: content.implicitHeight
|
||||||
width: content.implicitHeight
|
width: root.errorText !== "" ? content.implicitHeight - errorField.height - 5: content.implicitHeight
|
||||||
squareLeftSide: true
|
squareLeftSide: true
|
||||||
|
|
||||||
clickedFunc: function() {
|
clickedFunc: function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user