]> git.0d.be Git - empathy.git/commitdiff
Added border, resized error icons, fixed item names and made error message invisible...
authorGabriel Millaire <millaire.gabriel@gmail.com>
Sat, 16 May 2009 20:12:05 +0000 (16:12 -0400)
committerGabriel Millaire <millaire.gabriel@gmail.com>
Fri, 22 May 2009 15:15:43 +0000 (11:15 -0400)
src/empathy-new-chatroom-dialog.ui

index 394f8fd391643622c72ca2dd0f7e14a2f1e78ec5..a8fccf4a01e5735673fdfc0971c036bf1997bf64 100644 (file)
                   <object class="GtkVBox" id="vbox1">
                     <property name="visible">True</property>
                     <property name="orientation">vertical</property>
+                    <property name="spacing">2</property>
                     <child>
-                      <object class="GtkViewport" id="viewport1">
-                        <property name="visible">True</property>
+                      <object class="GtkViewport" id="viewport_error">
                         <property name="resize_mode">queue</property>
                         <child>
                           <object class="GtkHBox" id="hbox1">
                               <object class="GtkImage" id="image1">
                                 <property name="visible">True</property>
                                 <property name="stock">gtk-dialog-error</property>
+                                <property name="icon-size">1</property>
                               </object>
                               <packing>
                                 <property name="expand">False</property>
                               </packing>
                             </child>
                             <child>
-                              <object class="GtkLabel" id="label">
+                              <object class="GtkLabel" id="label_error_message">
                                 <property name="visible">True</property>
                                 <property name="xalign">0</property>
                                 <property name="xpad">10</property>
                               </packing>
                             </child>
                             <child>
-                              <object class="GtkButton" id="button1">
+                              <object class="GtkButton" id="button_close_error">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">True</property>
                                   <object class="GtkImage" id="image2">
                                     <property name="visible">True</property>
                                     <property name="stock">gtk-close</property>
+                                    <property name="icon-size">1</property>
                                   </object>
                                 </child>
                               </object>