refactor(StatusBaseInput): change implicitWidth to adhere to design

This commit is contained in:
Pascal Precht 2021-07-23 11:45:28 +02:00 committed by Michał Cieślak
parent 9945454a5d
commit 03de7db8ac
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ Item {
property real minimumHeight: 0
property real maximumHeight: 0
implicitWidth: 200
implicitWidth: 448
implicitHeight: multiline ? Math.max(edit.implicitHeight + topPadding + bottomPadding, 40) : 40
Rectangle {