From 72db3e47f0158d8e705593ef35560df55bb9492a Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Fri, 16 Sep 2022 18:11:31 -0400 Subject: [PATCH] Remove the ginormous clear button in Krunner --- lookandfeel/contents/runcommand/RunCommand.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/lookandfeel/contents/runcommand/RunCommand.qml b/lookandfeel/contents/runcommand/RunCommand.qml index 0233e2c2a..9551bad93 100644 --- a/lookandfeel/contents/runcommand/RunCommand.qml +++ b/lookandfeel/contents/runcommand/RunCommand.qml @@ -84,6 +84,7 @@ ColumnLayout { id: queryField property bool allowCompletion: false + clearButtonShown: false Layout.minimumWidth: 818 activeFocusOnPress: true