RemoveChildDialog: Don't wrap delegates in FormCard
This commit is contained in:
@@ -32,9 +32,8 @@ Kirigami.Dialog {
|
|||||||
|
|
||||||
onAccepted: parentRoom.removeChild(root.roomId, removeOfficalCheck.checked)
|
onAccepted: parentRoom.removeChild(root.roomId, removeOfficalCheck.checked)
|
||||||
|
|
||||||
contentItem: FormCard.FormCardPage {
|
contentItem: ColumnLayout {
|
||||||
FormCard.FormCard {
|
spacing: 0
|
||||||
Layout.topMargin: Kirigami.Units.largeSpacing
|
|
||||||
FormCard.FormTextDelegate {
|
FormCard.FormTextDelegate {
|
||||||
text: i18n("The child %1 will be removed from the space %2", root.displayName, root.parentDisplayName)
|
text: i18n("The child %1 will be removed from the space %2", root.displayName, root.parentDisplayName)
|
||||||
textItem.wrapMode: Text.Wrap
|
textItem.wrapMode: Text.Wrap
|
||||||
@@ -48,4 +47,3 @@ Kirigami.Dialog {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user