]> git.0d.be Git - empathy.git/commitdiff
move vbox_avatar to grid_contact
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 20 Jan 2012 14:29:36 +0000 (15:29 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 23 Jan 2012 09:45:38 +0000 (10:45 +0100)
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

index 2d58f2dae8b61e39135e6a0070b2e4010cdd7227..9e2132c9f6b0432c4661ff97bbbe4ceaa399ab05 100644 (file)
                     <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>
             <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>