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
bc0db0a632
commit
0c522d393a
|
@ -135,6 +135,8 @@ Item {
|
|||
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
Layout.leftMargin: 10
|
||||
Layout.rightMargin: 10
|
||||
|
||||
clip: true
|
||||
|
||||
|
|
Loading…
Reference in New Issue