fix(StatusImageCropPanel) add margins to crop area (#848)
Needed for status-im/status-desktop#6835 Required by status-im/status-desktop#6872
This commit is contained in:
parent
caaa2fc53b
commit
7fc207f75f
|
@ -135,6 +135,8 @@ Item {
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
Layout.leftMargin: 10
|
||||||
|
Layout.rightMargin: 10
|
||||||
|
|
||||||
clip: true
|
clip: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue