[gnome-weather] new-location: use a header bar



commit 341adcbe7cbfedacef3ba1fc078b373a984b21c2
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Mon Feb 3 16:51:55 2014 +0100

    new-location: use a header bar
    
    Let's follow the trend with header bars everywhere

 data/new-location-dialog.ui |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)
---
diff --git a/data/new-location-dialog.ui b/data/new-location-dialog.ui
index ae3946e..00eab17 100644
--- a/data/new-location-dialog.ui
+++ b/data/new-location-dialog.ui
@@ -8,22 +8,12 @@
     <property name="type_hint">dialog</property>
     <property name="transient-for">parent-window</property>
     <property name="title" translatable="yes">New Location</property>
+    <property name="use-header-bar">1</property>
     <child internal-child="vbox">
       <object class="GtkBox" id="dialog-vbox1">
         <property name="can_focus">False</property>
         <property name="orientation">vertical</property>
         <property name="spacing">2</property>
-        <child internal-child="action_area">
-          <object class="GtkButtonBox" id="dialog-action_area1">
-            <property name="can_focus">False</property>
-          </object>
-          <packing>
-            <property name="expand">False</property>
-            <property name="fill">True</property>
-            <property name="pack_type">end</property>
-            <property name="position">0</property>
-          </packing>
-        </child>
         <child>
           <object class="GtkGrid" id="location-dialog-content">
             <property name="visible">True</property>


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