HACK: hardcode the right width!

wilder-5.25
Jacopo De Simoi 4 years ago
parent 89bf7cbf87
commit 3437957a56
  1. 3
      lookandfeel/contents/runcommand/RunCommand.qml

@ -84,8 +84,7 @@ ColumnLayout {
id: queryField
property bool allowCompletion: false
Layout.minimumWidth: PlasmaCore.Units.gridUnit * 25
Layout.maximumWidth: PlasmaCore.Units.gridUnit * 25
Layout.minimumWidth: 818
activeFocusOnPress: true
placeholderText: results.runnerName ? i18ndc("plasma_lookandfeel_org.kde.lookandfeel",

Loading…
Cancel
Save