mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 22:36:24 +00:00
fix(StatusBaseInput): added left margin between text and left component (#830)
Needed for https://github.com/status-im/status-desktop/issues/6730
This commit is contained in:
parent
0440df796b
commit
b64f2394cd
@ -327,6 +327,7 @@ Item {
|
|||||||
id: flick
|
id: flick
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
Layout.leftMargin: !!leftComponentLoader.item ? 8 : 0
|
||||||
Layout.topMargin: root.topPadding
|
Layout.topMargin: root.topPadding
|
||||||
Layout.bottomMargin: root.bottomPadding
|
Layout.bottomMargin: root.bottomPadding
|
||||||
contentWidth: edit.paintedWidth
|
contentWidth: edit.paintedWidth
|
||||||
|
Loading…
x
Reference in New Issue
Block a user