fix(StatusInput): remove recursive binding in label height

This commit is contained in:
Pascal Precht 2021-08-16 14:14:16 +02:00 committed by Michał Cieślak
parent 0ddfa6a1c3
commit 01c5557621

View File

@ -34,7 +34,7 @@ Item {
StatusBaseText { StatusBaseText {
id: label id: label
height: visible ? implicitHeight : 0 height: visible ? 17 : 0
anchors.top: parent.top anchors.top: parent.top
anchors.left: parent.left anchors.left: parent.left
anchors.topMargin: visible ? 8 : 0 anchors.topMargin: visible ? 8 : 0