From 3ff8c2b66c552cbfd82875f5d6077b9166653a06 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 20 Mar 2019 17:37:34 +0100 Subject: [PATCH] plasmoid: Use tiny button for search --- plasmoid/package/contents/ui/FullRepresentation.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasmoid/package/contents/ui/FullRepresentation.qml b/plasmoid/package/contents/ui/FullRepresentation.qml index b033c80..e70b24a 100644 --- a/plasmoid/package/contents/ui/FullRepresentation.qml +++ b/plasmoid/package/contents/ui/FullRepresentation.qml @@ -532,7 +532,7 @@ ColumnLayout { Item { Layout.fillHeight: true } - PlasmaComponents.Button { + TinyButton { id: searchButton iconSource: "search" enabled: mainTabGroup.currentTab === dirsPage