|
|
|
|
@ -68,7 +68,7 @@ ColumnLayout { |
|
|
|
|
property bool allowCompletion: false |
|
|
|
|
|
|
|
|
|
clearButtonShown: true |
|
|
|
|
Layout.minimumWidth: units.gridUnit * 25 |
|
|
|
|
Layout.minimumWidth: 818 |
|
|
|
|
|
|
|
|
|
activeFocusOnPress: true |
|
|
|
|
placeholderText: results.runnerName ? i18ndc("plasma_lookandfeel_org.kde.lookandfeel", |
|
|
|
|
@ -271,8 +271,8 @@ ColumnLayout { |
|
|
|
|
currentIndex = 0; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
Keys.onReturnPressed: runCurrentIndex(event) |
|
|
|
|
Keys.onEnterPressed: runCurrentIndex(event) |
|
|
|
|
Keys.onReturnPressed: runCurrentIndex() |
|
|
|
|
Keys.onEnterPressed: runCurrentIndex() |
|
|
|
|
|
|
|
|
|
Keys.onTabPressed: { |
|
|
|
|
if (currentIndex == listView.count-1) { |
|
|
|
|
|