mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-25 12:13:00 +01:00
Remove Qt bug workaround
This commit is contained in:
parent
27b98a4693
commit
7bcbcb60e2
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user