[empathy] empathy-contact-widget: replace hbox_contact by a GtkGrid



commit 579a7926d682456c4f7c808b45b71d92a0362599
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri Jan 20 15:05:30 2012 +0100

    empathy-contact-widget: replace hbox_contact by a GtkGrid
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666714

 libempathy-gtk/empathy-contact-widget.ui |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-widget.ui b/libempathy-gtk/empathy-contact-widget.ui
index 96e9275..244e46e 100644
--- a/libempathy-gtk/empathy-contact-widget.ui
+++ b/libempathy-gtk/empathy-contact-widget.ui
@@ -5,9 +5,9 @@
   <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="spacing">6</property>
+        <property name="column-spacing">6</property>
         <child>
           <object class="GtkVBox" id="vbox225">
             <property name="visible">True</property>
@@ -86,7 +86,7 @@
             </child>
           </object>
           <packing>
-            <property name="position">0</property>
+            <property name="top-attach">0</property>
           </packing>
         </child>
         <child>
@@ -97,9 +97,8 @@
             </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>



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