mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-01-15 03:44:04 +01:00
Arbitration: use a placehoder for the results filter
This commit is contained in:
parent
c3d4f9aa67
commit
c58282faad
1 changed files with 5 additions and 1 deletions
|
@ -77,7 +77,11 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLineEdit" name="lineEditFilter"/>
|
||||
<widget class="QLineEdit" name="lineEditFilter">
|
||||
<property name="placeholderText">
|
||||
<string>_("Filter")</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
|
|
Loading…
Reference in a new issue