From 7bcbcb60e21b32d654e2289a710c9b4c9fb6498a Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Thu, 6 Apr 2023 09:49:43 +0200 Subject: [PATCH] Remove Qt bug workaround --- .../qml/Installed/InstalledNavigation.qml | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/ScreenPlay/qml/Installed/InstalledNavigation.qml b/ScreenPlay/qml/Installed/InstalledNavigation.qml index 1b504fb1..11b41e7c 100644 --- a/ScreenPlay/qml/Installed/InstalledNavigation.qml +++ b/ScreenPlay/qml/Installed/InstalledNavigation.qml @@ -103,23 +103,12 @@ Item { bottom: parent.bottom } - Text { - text: qsTr("Search:") - color: Material.secondaryTextColor - font.pointSize: 12 - font.family: App.settings.font - Layout.alignment: Qt.AlignVCenter - Layout.rightMargin: 10 - } - TextField { id: txtSearch - // Workaround with manual Text until - // https://bugreports.qt.io/browse/QTBUG-111515 is fixed - // placeholderTextColor: Material.secondaryTextColor - // placeholderText: qsTr("Search for Wallpaper & Widgets") + placeholderTextColor: Material.secondaryTextColor + placeholderText: qsTr("Search for Wallpaper & Widgets") Layout.preferredHeight: 30 - Layout.preferredWidth : 250 + Layout.preferredWidth : 350 Layout.alignment: Qt.AlignVCenter color: Material.secondaryTextColor onTextChanged: {