mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Fix text color
This commit is contained in:
parent
0388538359
commit
bdd27acdf2
@ -312,6 +312,7 @@ Item {
|
|||||||
|
|
||||||
TextField {
|
TextField {
|
||||||
id: tiSearch
|
id: tiSearch
|
||||||
|
placeholderTextColor: Material.secondaryTextColor
|
||||||
placeholderText: qsTr("Search for Wallpaper and Widgets...")
|
placeholderText: qsTr("Search for Wallpaper and Widgets...")
|
||||||
onEditingFinished: root.steamWorkshop.searchWorkshopByText(
|
onEditingFinished: root.steamWorkshop.searchWorkshopByText(
|
||||||
tiSearch.text)
|
tiSearch.text)
|
||||||
|
Loading…
Reference in New Issue
Block a user