1
0
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:
John Maguire 2012-06-27 17:40:48 +02:00
parent 6208373b86
commit 35a7c7284b
2 changed files with 4 additions and 1 deletions

View File

@ -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>

View File

@ -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>