From 5f1a15cb0a009a97f13271b542ae179c88ae15f3 Mon Sep 17 00:00:00 2001 From: Ilya Bizyaev Date: Sun, 10 Feb 2019 02:55:13 +0100 Subject: [PATCH] Use lighter arrow icon in favorites strip --- containments/homescreen/package/contents/ui/AppletsArea.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/containments/homescreen/package/contents/ui/AppletsArea.qml b/containments/homescreen/package/contents/ui/AppletsArea.qml index 98b93eae..2d4c84cf 100644 --- a/containments/homescreen/package/contents/ui/AppletsArea.qml +++ b/containments/homescreen/package/contents/ui/AppletsArea.qml @@ -203,13 +203,14 @@ MouseArea { PlasmaCore.IconItem { id: goUp - source: "go-up" - width: units.iconSizes.huge + source: "arrow-up" + width: units.iconSizes.medium height: width colorGroup: PlasmaCore.Theme.ComplementaryColorGroup anchors { horizontalCenter: parent.horizontalCenter bottom: parent.top + margins: units.largeSpacing } MouseArea { anchors {