[gnome-control-center/wip/feborges/new-search-panel: 3/4] search: Add instructions label



commit 241b91cc282690f8dbccd7250dcaa6ff4f491011
Author: Felipe Borges <felipeborges gnome org>
Date:   Wed Jul 3 09:35:02 2019 +0000

    search: Add instructions label
    
    Fixes #454

 panels/search/cc-search-panel.ui | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/panels/search/cc-search-panel.ui b/panels/search/cc-search-panel.ui
index ac303e7ab..22bdb643b 100644
--- a/panels/search/cc-search-panel.ui
+++ b/panels/search/cc-search-panel.ui
@@ -23,6 +23,17 @@
                 <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="label" translatable="yes">Change the order of search results by moving 
items in the list.</property>
+                    <style>
+                      <class name="dim-label"/>
+                    </style>
+                  </object>
+                </child>
                 <child>
                   <object class="GtkFrame" id="search_frame">
                     <property name="visible">True</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]