parent
22da265d78
commit
7620061ba3
|
@ -24,7 +24,6 @@ Item {
|
||||||
property string imageData
|
property string imageData
|
||||||
|
|
||||||
implicitHeight: layout.implicitHeight
|
implicitHeight: layout.implicitHeight
|
||||||
implicitWidth: layout.implicitWidth
|
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: layout
|
id: layout
|
||||||
|
|
|
@ -25,6 +25,8 @@ StatusScrollView {
|
||||||
id: root
|
id: root
|
||||||
objectName: "communityEditPanelScrollView"
|
objectName: "communityEditPanelScrollView"
|
||||||
|
|
||||||
|
implicitHeight: layout.implicitHeight
|
||||||
|
|
||||||
property alias name: nameInput.text
|
property alias name: nameInput.text
|
||||||
property alias description: descriptionTextInput.text
|
property alias description: descriptionTextInput.text
|
||||||
property alias introMessage: introMessageTextInput.text
|
property alias introMessage: introMessageTextInput.text
|
||||||
|
@ -46,13 +48,12 @@ StatusScrollView {
|
||||||
|
|
||||||
readonly property bool saveChangesButtonEnabled: true
|
readonly property bool saveChangesButtonEnabled: true
|
||||||
|
|
||||||
implicitWidth: layout.implicitWidth
|
|
||||||
implicitHeight: layout.implicitHeight
|
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: layout
|
id: layout
|
||||||
|
|
||||||
width: root.availableWidth
|
width: 608
|
||||||
|
height: childrenRect.height
|
||||||
|
|
||||||
spacing: 12
|
spacing: 12
|
||||||
|
|
||||||
CommunityNameInput {
|
CommunityNameInput {
|
||||||
|
|
Loading…
Reference in New Issue