From bbe650e327db476c764f248494a02012d6c588d7 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 2 May 2025 21:17:50 +1000 Subject: controls: use basic style Material style placeholder is kinda annoying --- modules/launcher/Content.qml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/launcher/Content.qml') 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 { -- cgit v1.2.3-freya