[gnome-control-center/wip/feborges/new-search-panel: 16/16] search: Add description label to Search Locations Dialog



commit 9261be8e35f9b9f66ec5da4308260a1b1dda0aad
Author: Felipe Borges <felipeborges gnome org>
Date:   Mon Jul 22 15:59:29 2019 +0200

    search: Add description label to Search Locations Dialog

 panels/search/search-locations-dialog.ui | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
---
diff --git a/panels/search/search-locations-dialog.ui b/panels/search/search-locations-dialog.ui
index f45df605d..17367cd0a 100644
--- a/panels/search/search-locations-dialog.ui
+++ b/panels/search/search-locations-dialog.ui
@@ -23,6 +23,15 @@
                 <property name="visible">True</property>
                 <property name="vexpand">True</property>
                 <property name="border-width">35</property>
+                <property name="orientation">vertical</property>
+                <child>
+                  <object class="GtkLabel">
+                    <property name="visible">True</property>
+                    <property name="wrap">True</property>
+                    <property name="margin-bottom">35</property>
+                    <property name="label" translatable="yes">Folders which are searched by system 
applications, such as Files, Photos and Videos.</property>
+                  </object>
+                </child>
                 <child>
                   <object class="GtkListBox" id="places_list">
                     <property name="visible">True</property>
@@ -51,6 +60,15 @@
                     <property name="visible">True</property>
                     <property name="vexpand">True</property>
                     <property name="border-width">35</property>
+                    <property name="orientation">vertical</property>
+                    <child>
+                      <object class="GtkLabel">
+                        <property name="visible">True</property>
+                        <property name="wrap">True</property>
+                        <property name="margin-bottom">35</property>
+                        <property name="label" translatable="yes">Folders which are searched by system 
applications, such as Files, Photos and Videos.</property>
+                      </object>
+                    </child>
                     <child>
                       <object class="GtkListBox" id="bookmarks_list">
                         <property name="visible">True</property>
@@ -81,6 +99,14 @@
                     <property name="visible">True</property>
                     <property name="vexpand">True</property>
                     <property name="orientation">vertical</property>
+                    <child>
+                      <object class="GtkLabel">
+                        <property name="visible">True</property>
+                        <property name="wrap">True</property>
+                        <property name="margin">35</property>
+                        <property name="label" translatable="yes">Folders which are searched by system 
applications, such as Files, Photos and Videos.</property>
+                      </object>
+                    </child>
                     <child>
                       <object class="GtkListBox" id="others_list">
                         <property name="visible">True</property>


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