[empathy] Added border, resized error icons, fixed item names and made error message invisible by default



commit 043a161ccdfe386057b51da8c87142ec6e1d131b
Author: Gabriel Millaire <millaire gabriel gmail com>
Date:   Sat May 16 16:12:05 2009 -0400

    Added border, resized error icons, fixed item names and made error message invisible by default
---
 src/empathy-new-chatroom-dialog.ui |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/empathy-new-chatroom-dialog.ui b/src/empathy-new-chatroom-dialog.ui
index 394f8fd..a8fccf4 100644
--- a/src/empathy-new-chatroom-dialog.ui
+++ b/src/empathy-new-chatroom-dialog.ui
@@ -118,9 +118,9 @@
                   <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">
@@ -129,6 +129,7 @@
                               <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>
@@ -138,7 +139,7 @@
                               </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>
@@ -149,7 +150,7 @@
                               </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>
@@ -158,6 +159,7 @@
                                   <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>



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