HTextField: fix implicitHeight Binding

This commit is contained in:
miruka 2020-05-29 14:43:30 -04:00
parent 8829b1b73d
commit a87cbd3bac

View File

@ -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
} }