search: Add instructions label

Fixes #454
This commit is contained in:
Felipe Borges 2019-07-03 09:35:02 +00:00 committed by Georges Basile Stavracas Neto
parent c38d0ed4a0
commit 3f4f43f020

View file

@ -23,6 +23,18 @@
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="hexpand">True</property>
<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>
<child>
<object class="GtkFrame" id="search_frame">
<property name="visible">True</property>