summaryrefslogtreecommitdiff
path: root/modules/controlcenter/launcher
diff options
context:
space:
mode:
Diffstat (limited to 'modules/controlcenter/launcher')
-rw-r--r--modules/controlcenter/launcher/LauncherPane.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/controlcenter/launcher/LauncherPane.qml b/modules/controlcenter/launcher/LauncherPane.qml
index d0bd406..0645860 100644
--- a/modules/controlcenter/launcher/LauncherPane.qml
+++ b/modules/controlcenter/launcher/LauncherPane.qml
@@ -310,8 +310,7 @@ RowLayout {
delegate: StyledRect {
required property var modelData
- anchors.left: parent.left
- anchors.right: parent.right
+ width: parent ? parent.width : 0
readonly property bool isSelected: root.selectedApp === modelData