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 {