mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-16 11:42:05 +01:00
Fix placeholder text in library & icecast filters.
This commit is contained in:
parent
6208373b86
commit
35a7c7284b
@ -22,6 +22,9 @@
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QSearchField" name="filter">
|
||||
<property name="placeholderText" stdset="0">
|
||||
<string>Search Icecast stations</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
@ -22,7 +22,7 @@
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QSearchField" name="filter">
|
||||
<property name="hint" stdset="0">
|
||||
<property name="placeholderText" stdset="0">
|
||||
<string>Enter search terms here</string>
|
||||
</property>
|
||||
</widget>
|
||||
|
Loading…
Reference in New Issue
Block a user