1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 16:32:33 +02:00

Remove Qt bug workaround

This commit is contained in:
Elias Steurer 2023-04-06 09:49:43 +02:00
parent 27b98a4693
commit 7bcbcb60e2

View File

@ -103,23 +103,12 @@ Item {
bottom: parent.bottom 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 { TextField {
id: txtSearch id: txtSearch
// Workaround with manual Text until placeholderTextColor: Material.secondaryTextColor
// https://bugreports.qt.io/browse/QTBUG-111515 is fixed placeholderText: qsTr("Search for Wallpaper & Widgets")
// placeholderTextColor: Material.secondaryTextColor
// placeholderText: qsTr("Search for Wallpaper & Widgets")
Layout.preferredHeight: 30 Layout.preferredHeight: 30
Layout.preferredWidth : 250 Layout.preferredWidth : 350
Layout.alignment: Qt.AlignVCenter Layout.alignment: Qt.AlignVCenter
color: Material.secondaryTextColor color: Material.secondaryTextColor
onTextChanged: { onTextChanged: {