Skip to content

Commit

Permalink
pfind: add clear icon in searchfield (thanks to B.K. Johnson)
Browse files Browse the repository at this point in the history
  • Loading branch information
zigbert committed Aug 13, 2017
1 parent a522d44 commit f9de5d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion woof-code/rootfs-packages/pfind/usr/local/pfind/pfind
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,9 @@ export pFind='
<frame '$(gettext "Define (part of) search string")'>
<vbox>
<text height-request="10"><label>""</label></text>
<entry activates-default="true" width-request="350">
<entry primary-icon-stock="gtk-clear" activates-default="true" width-request="350">
<variable>SEARCHSTRING</variable>
<action signal="primary-icon-release">clear:SEARCHSTRING</action>
</entry>
</vbox>
<text height-request="5"><label>""</label></text>
Expand Down

0 comments on commit f9de5d7

Please sign in to comment.