fix(Edit community settings): Fixing width after merge error
This commit is contained in:
parent
5a9ff99aad
commit
5633efcdba
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue