HTextField: fix implicitHeight Binding
This commit is contained in:
@@ -82,7 +82,7 @@ TextField {
|
|||||||
|
|
||||||
Binding on implicitHeight {
|
Binding on implicitHeight {
|
||||||
value: disabledTextLabel.implicitHeight
|
value: disabledTextLabel.implicitHeight
|
||||||
when: disabledText !== null && ! textArea.enabled
|
when: disabledText !== null && ! field.enabled
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user