From e776e107ae3bddf6c2748ef5efb37c16a44e506d Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Sun, 21 Jun 2015 19:03:41 -0700 Subject: [PATCH] big square icons --- containments/taskpanel/package/contents/ui/Task.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/containments/taskpanel/package/contents/ui/Task.qml b/containments/taskpanel/package/contents/ui/Task.qml index 0c8d310c..ed079a00 100644 --- a/containments/taskpanel/package/contents/ui/Task.qml +++ b/containments/taskpanel/package/contents/ui/Task.qml @@ -62,7 +62,8 @@ Item { opacity: 0.8 PlasmaCore.IconItem { anchors.centerIn: parent - width: Math.min(parent.width, parent.height) + width: Math.min(parent.width, parent.height) / 2 + height: width source: model.DecorationRole } PlasmaComponents.Label {