mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-23 21:11:55 +00:00
fix(StatusInput): remove recursive binding in label height
This commit is contained in:
parent
0ddfa6a1c3
commit
01c5557621
@ -34,7 +34,7 @@ Item {
|
||||
|
||||
StatusBaseText {
|
||||
id: label
|
||||
height: visible ? implicitHeight : 0
|
||||
height: visible ? 17 : 0
|
||||
anchors.top: parent.top
|
||||
anchors.left: parent.left
|
||||
anchors.topMargin: visible ? 8 : 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user