2012-10-31 11:26:06 -04:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
2018-05-29 12:32:46 +12:00
<template class="CcSearchPanel" parent="CcPanel">
2016-08-10 13:16:04 +02:00
<property name="visible">True</property>
2019-11-15 13:43:57 +01:00
<property name="can_focus">False</property>
2018-05-29 12:32:46 +12:00
2016-08-10 13:16:04 +02:00
<child>
2018-05-29 12:32:46 +12:00
<object class="GtkScrolledWindow" id="search_vbox">
2012-10-31 11:26:06 -04:00
<property name="visible">True</property>
2018-05-29 12:32:46 +12:00
<property name="hscrollbar_policy">never</property>
2019-11-15 13:43:57 +01:00
<property name="can_focus">False</property>
2012-10-31 11:26:06 -04:00
<child>
2018-09-25 07:52:50 +02:00
<object class="HdyColumn">
2012-10-31 11:26:06 -04:00
<property name="visible">True</property>
2018-09-25 07:52:50 +02:00
<property name="maximum_width">600</property>
<property name="linear_growth_width">400</property>
<property name="margin_top">32</property>
<property name="margin_bottom">32</property>
<property name="margin_start">12</property>
<property name="margin_end">12</property>
2018-05-29 12:32:46 +12:00
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="hexpand">True</property>
2019-07-03 09:35:02 +00:00
<child>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="xalign">0.0</property>
<property name="margin-bottom">20</property>
<property name="wrap">True</property>
<property name="label" translatable="yes">Control which search results are shown in the Activities Overview. The order of search results can also be changed by moving rows in the list.</property>
<style>
<class name="dim-label"/>
</style>
</object>
</child>
2012-10-31 11:26:06 -04:00
<child>
2018-05-29 12:32:46 +12:00
<object class="GtkFrame" id="search_frame">
2012-10-31 11:26:06 -04:00
<property name="visible">True</property>
2019-07-02 11:42:21 +00:00
<child>
<object class="GtkListBox" id="list_box">
<property name="visible">True</property>
</object>
</child>
2018-05-29 12:32:46 +12:00
</object>
</child>
2012-10-31 11:26:06 -04:00
</object>
2018-05-29 12:32:46 +12:00
</child>
2012-10-31 11:26:06 -04:00
</object>
2018-05-29 12:32:46 +12:00
</child>
2012-10-31 11:26:06 -04:00
</object>
2017-08-07 15:22:16 +01:00
</child>
2018-05-29 12:32:46 +12:00
</template>
2019-07-02 16:22:30 +02:00
<!-- Header widget -->
<object class="GtkButton" id="settings_button">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="label" translatable="yes">Search Locations</property>
<signal name="clicked" handler="settings_button_clicked" object="CcSearchPanel" swapped="no"/>
</object>
2012-10-31 11:26:06 -04:00
</interface>