diff --git a/app/qml/PluginSettings.qml b/app/qml/PluginSettings.qml
index cc46e33e5..f93bd319e 100644
--- a/app/qml/PluginSettings.qml
+++ b/app/qml/PluginSettings.qml
@@ -24,7 +24,7 @@ Kirigami.ScrollablePage {
delegate: Kirigami.SwipeListItem {
- RowLayout {
+ contentItem: RowLayout {
CheckBox {
id: serviceCheck
Layout.alignment: Qt.AlignVCenter
diff --git a/plugins/runcommand/kdeconnect_runcommand_config.qml b/plugins/runcommand/kdeconnect_runcommand_config.qml
index ea8a2ca23..4a6b6bc42 100644
--- a/plugins/runcommand/kdeconnect_runcommand_config.qml
+++ b/plugins/runcommand/kdeconnect_runcommand_config.qml
@@ -35,7 +35,7 @@ ListView {
width: parent.width
enabled: true
- QQC2.Label {
+ contentItem: QQC2.Label {
text: i18n("%1
%2", name, command)
}