[KRunner] Set maximum width for text field

This fixes a PC3 porting regression introduced with
f55b00febd.
wilder-portage-prov
Nate Graham 6 years ago
parent f34e7c10fe
commit 9fbc1a520f
  1. 1
      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",

Loading…
Cancel
Save