diff --git a/desktoppackage/contents/configuration/ConfigurationContainmentAppearance.qml b/desktoppackage/contents/configuration/ConfigurationContainmentAppearance.qml --- a/desktoppackage/contents/configuration/ConfigurationContainmentAppearance.qml +++ b/desktoppackage/contents/configuration/ConfigurationContainmentAppearance.qml @@ -79,6 +79,8 @@ } Kirigami.FormLayout { + id: parentLayout // needed for twinFormLayouts to work elsewhere + twinFormLayouts: stack.item && stack.item.formLayout ? [stack.item.formLayout] : [] Layout.fillWidth: true QtControls.ComboBox { id: pluginComboBox