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 GitHub
parent caaa2fc53b
commit 7fc207f75f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -135,6 +135,8 @@ Item {
Layout.fillWidth: true
Layout.fillHeight: true
Layout.leftMargin: 10
Layout.rightMargin: 10
clip: true