From 9eb128d798ccc201dd11087e382bce77b44664c7 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Wed, 5 Feb 2020 20:34:48 +0100 Subject: [PATCH] search graphics --- applets/krunner/contents/ui/main.qml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/applets/krunner/contents/ui/main.qml b/applets/krunner/contents/ui/main.qml index 2cdd321e..5045f7d2 100644 --- a/applets/krunner/contents/ui/main.qml +++ b/applets/krunner/contents/ui/main.qml @@ -58,6 +58,16 @@ Item { focus: true } } + PlasmaCore.IconItem { + anchors { + bottom: parent.bottom + right: parent.right + } + width: Math.min(parent.width, parent.height) * 0.8 + height: width + opacity: 0.2 + source: "search" + } Controls.ScrollView { anchors.fill: parent Milou.ResultsListView {