diff options
Diffstat (limited to 'modules/launcher')
| -rw-r--r-- | modules/launcher/Content.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/launcher/Content.qml b/modules/launcher/Content.qml index edbc605..92de980 100644 --- a/modules/launcher/Content.qml +++ b/modules/launcher/Content.qml @@ -110,6 +110,11 @@ Item { anchors.bottom: parent.bottom anchors.margins: root.padding + topPadding: Appearance.padding.normal + bottomPadding: Appearance.padding.normal + leftPadding: root.padding + rightPadding: root.padding + placeholderText: qsTr("Type \">\" for commands") background: StyledRect { |