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
a563687bf5
commit
3ac0187923
|
@ -327,6 +327,7 @@ Item {
|
|||
id: flick
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
Layout.leftMargin: !!leftComponentLoader.item ? 8 : 0
|
||||
Layout.topMargin: root.topPadding
|
||||
Layout.bottomMargin: root.bottomPadding
|
||||
contentWidth: edit.paintedWidth
|
||||
|
|
Loading…
Reference in New Issue