From 1b79bc2cd63e31a22d427ee8bec18f0c112bc74a Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Wed, 24 Feb 2021 14:13:10 -0500 Subject: [PATCH] [Krunner] Remove the ginormous clear button in Krunner --- lookandfeel/contents/runcommand/RunCommand.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lookandfeel/contents/runcommand/RunCommand.qml b/lookandfeel/contents/runcommand/RunCommand.qml index 91c05a042..7b5902413 100644 --- a/lookandfeel/contents/runcommand/RunCommand.qml +++ b/lookandfeel/contents/runcommand/RunCommand.qml @@ -82,7 +82,7 @@ ColumnLayout { id: queryField property bool allowCompletion: false - clearButtonShown: true + clearButtonShown: false Layout.minimumWidth: 818 Layout.maximumWidth: 818