2
0
mirror of synced 2025-02-16 16:47:07 +00:00

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 Pascal Precht
parent a1662adead
commit a2d48a5827

View File

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