mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +00:00
refactor(StatusBaseInput): change implicitWidth to adhere to design
This commit is contained in:
parent
9945454a5d
commit
03de7db8ac
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user