file chooser: Update empty state for search
authorMatthias Clasen <mclasen@redhat.com>
Fri, 3 Jul 2015 06:16:19 +0000 (23:16 -0700)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 4 Jul 2015 04:29:26 +0000 (00:29 -0400)
Follow the mockups more.

gtk/ui/gtkfilechooserwidget.ui

index 7058d1ec237a2e74190ac904cc708e3619053293..5b76f815429eb6d753b9040be560a83f164be26e 100644 (file)
                             <child>
                               <object class="GtkImage">
                                 <property name="visible">True</property>
-                                <property name="icon-name">folder-visiting-symbolic</property>
-                                <property name="pixel-size">64</property>
+                                <property name="icon-name">edit-find-symbolic</property>
+                                <property name="pixel-size">72</property>
+                                <style>
+                                  <class name="dim-label"/>
+                                </style>
                               </object>
                               <packing>
                                 <property name="left_attach">0</property>
                             <child>
                               <object class="GtkLabel">
                                 <property name="visible">True</property>
-                                <property name="label" translatable="yes">No Files Found</property>
+                                <property name="label" translatable="yes">No Results Found</property>
                                 <attributes>
                                   <attribute name="weight" value="bold"/>
-                                  <attribute name="scale" value="1.2"/>
+                                  <attribute name="scale" value="1.44"/>
                                 </attributes>
                               </object>
                               <packing>
                                 <property name="top_attach">1</property>
                               </packing>
                             </child>
+                            <child>
+                              <object class="GtkLabel">
+                                <property name="visible">True</property>
+                                <property name="label" translatable="yes">Try a different search</property>
+                                <style>
+                                  <class name="dim-label"/>
+                                </style>
+                              </object>
+                              <packing>
+                                <property name="left_attach">0</property>
+                                <property name="top_attach">2</property>
+                              </packing>
+                            </child>
                           </object>
                           <packing>
                             <property name="name">empty</property>