[gnome-clocks/wip/cdavis/status-page-match] world-location-dialog: Match HdyStatusPage styling




commit 659320fb5e2af2deb630fd4e5e719ba178d358e9
Author: Christopher Davis <brainblasted disroot org>
Date:   Fri Feb 12 21:48:58 2021 -0800

    world-location-dialog: Match HdyStatusPage styling
    
    In GNOME 40 we're going for consistent empty state
    styling where possible. This commit matches our search
    empty state to the styling of HdyStatusPage.

 data/ui/world-location-dialog.ui | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/ui/world-location-dialog.ui b/data/ui/world-location-dialog.ui
index 213e1c0..48e46c3 100644
--- a/data/ui/world-location-dialog.ui
+++ b/data/ui/world-location-dialog.ui
@@ -122,6 +122,7 @@
                                 <property name="can_focus">False</property>
                                 <property name="pixel_size">128</property>
                                 <property name="icon_name">edit-find-symbolic</property>
+                                <property name="margin_bottom">36</property>
                                 <style>
                                   <class name="dim-label"/>
                                 </style>
@@ -136,10 +137,9 @@
                               <object class="GtkLabel">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
-                                <property name="label" translatable="yes">Search for a city</property>
+                                <property name="label" translatable="yes">Search for a City</property>
                                 <style>
-                                  <class name="dim-label"/>
-                                  <class name="title-4"/>
+                                  <class name="large-title"/>
                                 </style>
                               </object>
                               <packing>


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