fix(Edit community settings): Fixing width after merge error

This commit is contained in:
Alex Jbanca 2023-07-06 11:33:03 +03:00 committed by Alex Jbanca
parent 5a9ff99aad
commit 5633efcdba
1 changed files with 3 additions and 2 deletions

View File

@ -36,8 +36,9 @@ Control {
property alias bannerPath: bannerPicker.source
property alias bannerCropRect: bannerPicker.cropRect
contentItem: ColumnLayout {
implicitWidth: 608
implicitWidth: 608
contentItem: ColumnLayout {
spacing: 16
NameInput {