|
|
@@ -18,17 +18,44 @@
|
|
|
<property name="can_focus">False</property>
|
|
|
<property name="orientation">vertical</property>
|
|
|
<child>
|
|
|
- <object class="GtkEntry" id="entry1">
|
|
|
+ <object class="GtkBox" id="box3">
|
|
|
<property name="visible">True</property>
|
|
|
- <property name="can_focus">True</property>
|
|
|
- <property name="invisible_char">●</property>
|
|
|
- <property name="caps_lock_warning">False</property>
|
|
|
- <property name="primary_icon_name">edit-find-symbolic</property>
|
|
|
- <property name="secondary_icon_name">edit-clear-symbolic</property>
|
|
|
- <property name="primary_icon_activatable">False</property>
|
|
|
- <property name="primary_icon_sensitive">False</property>
|
|
|
- <property name="placeholder_text">Find resource</property>
|
|
|
- <signal name="changed" handler="on_filter_entry_text_changed" swapped="no"/>
|
|
|
+ <property name="can_focus">False</property>
|
|
|
+ <child>
|
|
|
+ <object class="GtkEntry" id="entry1">
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="invisible_char">●</property>
|
|
|
+ <property name="invisible_char_set">True</property>
|
|
|
+ <property name="caps_lock_warning">False</property>
|
|
|
+ <property name="primary_icon_name">edit-find-symbolic</property>
|
|
|
+ <property name="secondary_icon_name">edit-clear-symbolic</property>
|
|
|
+ <property name="primary_icon_activatable">False</property>
|
|
|
+ <property name="primary_icon_sensitive">False</property>
|
|
|
+ <property name="placeholder_text">Find resource</property>
|
|
|
+ <signal name="changed" handler="on_filter_entry_text_changed" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">True</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">0</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
+ <child>
|
|
|
+ <object class="GtkButton" id="button3">
|
|
|
+ <property name="label">gtk-refresh</property>
|
|
|
+ <property name="visible">True</property>
|
|
|
+ <property name="can_focus">True</property>
|
|
|
+ <property name="receives_default">True</property>
|
|
|
+ <property name="use_stock">True</property>
|
|
|
+ <signal name="clicked" handler="on_update_button_clicked" swapped="no"/>
|
|
|
+ </object>
|
|
|
+ <packing>
|
|
|
+ <property name="expand">False</property>
|
|
|
+ <property name="fill">True</property>
|
|
|
+ <property name="position">1</property>
|
|
|
+ </packing>
|
|
|
+ </child>
|
|
|
</object>
|
|
|
<packing>
|
|
|
<property name="expand">False</property>
|