diff --git a/src/kcms/rules/package/contents/ui/RuleItemDelegate.qml b/src/kcms/rules/package/contents/ui/RuleItemDelegate.qml index 575214354a..b45e1b3070 100644 --- a/src/kcms/rules/package/contents/ui/RuleItemDelegate.qml +++ b/src/kcms/rules/package/contents/ui/RuleItemDelegate.qml @@ -51,7 +51,6 @@ Kirigami.AbstractListItem { Layout.preferredWidth: 50 // 50% Layout.fillWidth: true Layout.alignment: Qt.AlignVCenter - flat: true visible: count > 0 enabled: ruleEnabled diff --git a/src/kcms/rules/package/contents/ui/ValueEditor.qml b/src/kcms/rules/package/contents/ui/ValueEditor.qml index 07af861273..434c58f85d 100644 --- a/src/kcms/rules/package/contents/ui/ValueEditor.qml +++ b/src/kcms/rules/package/contents/ui/ValueEditor.qml @@ -96,7 +96,6 @@ Loader { Component { id: optionEditor OptionsComboBox { - flat: true model: ruleOptions onActivated: (index) => { valueEditor.valueEdited(currentValue); @@ -107,7 +106,6 @@ Loader { Component { id: netTypesEditor OptionsComboBox { - flat: true model: ruleOptions multipleChoice: true // Filter the provided value with the options mask @@ -122,7 +120,6 @@ Loader { id: optionListEditor OptionsComboBox { id: optionListCombo - flat: true model: ruleOptions multipleChoice: true