From 6158b232b6ea3fb666c2b7a1a7b600d3bfa63c6b Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 13 Jul 2015 15:07:24 +0200 Subject: [PATCH] less space between top icons --- containments/panel/contents/ui/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containments/panel/contents/ui/main.qml b/containments/panel/contents/ui/main.qml index ed15d5e5..423433a1 100644 --- a/containments/panel/contents/ui/main.qml +++ b/containments/panel/contents/ui/main.qml @@ -88,9 +88,9 @@ PlasmaCore.ColorScope { //not used yet property bool animationsEnabled: false property Item applet - Layout.fillWidth: true Layout.fillHeight: true Layout.minimumWidth: appletIconsRow.height + Layout.maximumWidth: appletIconsRow.height MouseArea { anchors.fill: parent