[evolution-patches] Fix for 57469



hi,

	Minor UI fix for new calendar dialog. diff attached.

thanks,

- hp
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2337
diff -u -r1.2337 ChangeLog
--- a/ChangeLog	20 May 2004 01:16:56 -0000	1.2337
+++ b/ChangeLog	21 May 2004 04:27:00 -0000
@@ -1,3 +1,8 @@
+2004-05-21  H P Nadig  <hpnadig pacific net in>
+
+	* gui/dialogs/calendar-setup.glade: Adjusted the default size of
+	New Calendar Dialog. Fixes 57469.
+
 2004-05-19  Chris Toshok  <toshok ximian com>
 
 	* gui/e-meeting-store.c (start_addressbook_server): use the new
Index: gui/dialogs/calendar-setup.glade
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/calendar-setup.glade,v
retrieving revision 1.9
diff -u -r1.9 calendar-setup.glade
--- a/gui/dialogs/calendar-setup.glade	4 May 2004 18:52:10 -0000	1.9
+++ b/gui/dialogs/calendar-setup.glade	21 May 2004 04:27:09 -0000
@@ -5,6 +5,8 @@
 <requires lib="gnome"/>
 
 <widget class="GtkWindow" id="add-calendar-window">
+  <property name="width_request">450</property>
+  <property name="height_request">300</property>
   <property name="title" translatable="yes">Add Calendar</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_NONE</property>
@@ -379,7 +381,7 @@
 	<widget class="GtkHButtonBox" id="hbuttonbox1">
 	  <property name="visible">True</property>
 	  <property name="layout_style">GTK_BUTTONBOX_END</property>
-	  <property name="spacing">0</property>
+	  <property name="spacing">10</property>
 
 	  <child>
 	    <widget class="GtkButton" id="cancel-button">


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