]> git.0d.be Git - empathy.git/commitdiff
empathy-contact-widget: replace hbox_contact by a GtkGrid
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 20 Jan 2012 14:05:30 +0000 (15:05 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 23 Jan 2012 09:45:38 +0000 (10:45 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=666714

libempathy-gtk/empathy-contact-widget.ui

index 96e9275e199c00b1be888656788b16c00261d9c1..244e46e007e0fa7bb35587ff3f825ec12e358b55 100644 (file)
@@ -5,9 +5,9 @@
   <object class="GtkVBox" id="vbox_contact_widget">
     <property name="spacing">6</property>
     <child>
   <object class="GtkVBox" id="vbox_contact_widget">
     <property name="spacing">6</property>
     <child>
-      <object class="GtkHBox" id="hbox_contact">
+      <object class="GtkGrid" id="main_grid_contact">
         <property name="visible">True</property>
         <property name="visible">True</property>
-        <property name="spacing">6</property>
+        <property name="column-spacing">6</property>
         <child>
           <object class="GtkVBox" id="vbox225">
             <property name="visible">True</property>
         <child>
           <object class="GtkVBox" id="vbox225">
             <property name="visible">True</property>
@@ -86,7 +86,7 @@
             </child>
           </object>
           <packing>
             </child>
           </object>
           <packing>
-            <property name="position">0</property>
+            <property name="top-attach">0</property>
           </packing>
         </child>
         <child>
           </packing>
         </child>
         <child>
@@ -97,9 +97,8 @@
             </child>
           </object>
           <packing>
             </child>
           </object>
           <packing>
-            <property name="expand">False</property>
-            <property name="fill">False</property>
-            <property name="position">1</property>
+            <property name="top-attach">0</property>
+            <property name="left-attach">1</property>
           </packing>
         </child>
       </object>
           </packing>
         </child>
       </object>