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:
PavelS 2022-08-10 13:58:52 +03:00 committed by Michał Cieślak
parent bc0db0a632
commit 0c522d393a
1 changed files with 2 additions and 0 deletions

View File

@ -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