Skip to content

Commit

Permalink
playlist: inset the search text in the search box
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Apr 26, 2017
1 parent a8ec98a commit 49b3cf6
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions data/ui/playlist.ui
Original file line number Diff line number Diff line change
Expand Up @@ -118,37 +118,23 @@
</child>
<child>
<object class="GtkEntry" id="search_entry">
<property name="width_request">300</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="primary_icon_name">edit-find</property>
<property name="secondary_icon_name">edit-clear</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_sensitive">False</property>
<property name="placeholder_text" translatable="yes">Search</property>
<signal name="activate" handler="on_search_entry_activate" swapped="no"/>
</object>
<packing>
<property name="expand">True</property>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="pack_type">end</property>
<property name="position">4</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
<property name="label" translatable="yes">_Search:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">search_entry</property>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="pack_type">end</property>
<property name="position">5</property>
</packing>
</child>
</object>
<packing>
<property name="expand">True</property>
Expand Down

0 comments on commit 49b3cf6

Please sign in to comment.