From 9fbc1a520f0cf97396bd9d877f7a28d94780945e Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Sun, 9 Aug 2020 15:15:47 -0600 Subject: [PATCH] [KRunner] Set maximum width for text field This fixes a PC3 porting regression introduced with f55b00febdd4a9ed2910b820a9f37a0083969d40. --- 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 5386bf783..ceed20ac9 100644 --- a/lookandfeel/contents/runcommand/RunCommand.qml +++ b/lookandfeel/contents/runcommand/RunCommand.qml @@ -72,6 +72,7 @@ ColumnLayout { clearButtonShown: true Layout.minimumWidth: units.gridUnit * 25 + Layout.maximumWidth: units.gridUnit * 25 activeFocusOnPress: true placeholderText: results.runnerName ? i18ndc("plasma_lookandfeel_org.kde.lookandfeel",