summaryrefslogtreecommitdiff
path: root/modules/launcher/AppItem.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/launcher/AppItem.qml')
-rw-r--r--modules/launcher/AppItem.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/launcher/AppItem.qml b/modules/launcher/AppItem.qml
index 744c2d0..ea67682 100644
--- a/modules/launcher/AppItem.qml
+++ b/modules/launcher/AppItem.qml
@@ -10,10 +10,12 @@ PaddedRect {
required property DesktopEntry modelData
required property Scope launcher
- implicitWidth: ListView.view.width
implicitHeight: LauncherConfig.sizes.itemHeight
padding: [Appearance.padding.smaller, Appearance.padding.normal]
+ anchors.left: parent.left
+ anchors.right: parent.right
+
StateLayer {
radius: Appearance.rounding.normal