[empathy] move vbox_avatar to grid_contact



commit 98f5b0523f1d094f8a4e5a9b19931b74fe6b53df
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri Jan 20 15:29:36 2012 +0100

    move vbox_avatar to grid_contact
    
    That way the avatar is no longer miss aligned with the other fields.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666714

 libempathy-gtk/empathy-contact-widget.ui |   25 +++++++++++++------------
 1 files changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-widget.ui b/libempathy-gtk/empathy-contact-widget.ui
index 2d58f2d..9e2132c 100644
--- a/libempathy-gtk/empathy-contact-widget.ui
+++ b/libempathy-gtk/empathy-contact-widget.ui
@@ -68,6 +68,19 @@
                     <property name="left_attach">0</property>
                   </packing>
                 </child>
+                <child>
+                  <object class="GtkVBox" id="vbox_avatar">
+                    <property name="visible">True</property>
+                    <child>
+                      <placeholder/>
+                    </child>
+                  </object>
+                  <packing>
+                    <property name="top-attach">0</property>
+                    <property name="left-attach">2</property>
+                    <property name="height">3</property>
+                  </packing>
+                </child>
               </object>
               <packing>
                 <property name="position">0</property>
@@ -78,18 +91,6 @@
             <property name="top-attach">0</property>
           </packing>
         </child>
-        <child>
-          <object class="GtkVBox" id="vbox_avatar">
-            <property name="visible">True</property>
-            <child>
-              <placeholder/>
-            </child>
-          </object>
-          <packing>
-            <property name="top-attach">0</property>
-            <property name="left-attach">1</property>
-          </packing>
-        </child>
       </object>
       <packing>
         <property name="position">0</property>



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