[evolution-patches] patch for 41221 (alarm options dialog)



Hi Guys,

Here's a patch to HIG-ify the alarm options dialog. It fixes bug #41221.

Yet again, the first changelog entry is the only one that you care about
wrt this patch. 

Thanks very much, Anna



-- 
Anna Marie Dirks <anna ximian com>
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.1743
diff -u -r1.1743 ChangeLog
--- ChangeLog	22 Apr 2003 21:15:38 -0000	1.1743
+++ ChangeLog	23 Apr 2003 22:05:23 -0000
@@ -1,3 +1,30 @@
+2003-04-23  Anna Marie Dirks  <anna ximian com>
+
+	* gui/dialogs/alarm-options.glade: Added HIG-blessed padding
+	to the alarm options dialog. Fixes bug #41221.
+
+	* gui/dialogs/cal-prefs-dialog.glade: Added appropriate spacing
+	and padding to the calendar/tasks page of the settings dialog. 
+	Fixes bug #41129
+	
+
+	* gui/dialogs/task-page.glade: Finishes up fixing #41256 by
+	adding appropriate spacing/padding to the main task page.
+
+	* gui/dialogs/task-details-page.glade: Added appropriate
+	spacing and padding to the task-details page. Partially 
+	fixes #41256.
+
+	* gui/dialogs/recurrence-page.glade: Added padding/spacing
+	to this page as specified by the HIG. Partially fixes #41215.
+
+	* gui/dialogs/alarm-page.glade: Added padding/spacing/stock 
+	buttons to the alarm page. Partially fixes #41215.
+
+	* gui/dialogs/event-page.glade: Added padding/spacing to the
+	event-page (partially fixes #41215)
+
+
 2003-04-22  Rodrigo Moya <rodrigo ximian com>
 
 	Fixes part of #41148, #41216 and #41235
Index: gui/dialogs/alarm-options.glade
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/alarm-options.glade,v
retrieving revision 1.8
diff -u -r1.8 alarm-options.glade
--- gui/dialogs/alarm-options.glade	16 Apr 2003 20:31:09 -0000	1.8
+++ gui/dialogs/alarm-options.glade	23 Apr 2003 22:05:23 -0000
@@ -5,6 +5,7 @@
 <requires lib="gnome"/>
 
 <widget class="GtkDialog" id="alarm-options-toplevel">
+  <property name="border_width">12</property>
   <property name="visible">True</property>
   <property name="title" translatable="yes">dialog1</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
@@ -73,7 +74,7 @@
 
 	      <child>
 		<widget class="GtkHBox" id="hbox1">
-		  <property name="border_width">4</property>
+		  <property name="border_width">6</property>
 		  <property name="visible">True</property>
 		  <property name="homogeneous">False</property>
 		  <property name="spacing">6</property>
@@ -248,7 +249,7 @@
 	      <child>
 		<widget class="GtkLabel" id="label2">
 		  <property name="visible">True</property>
-		  <property name="label" translatable="yes">Message to Display</property>
+		  <property name="label" translatable="yes">Message to Display:</property>
 		  <property name="use_underline">False</property>
 		  <property name="use_markup">False</property>
 		  <property name="justify">GTK_JUSTIFY_CENTER</property>
@@ -470,7 +471,7 @@
 	  <child>
 	    <widget class="GtkHBox" id="palarm-group">
 	      <property name="homogeneous">False</property>
-	      <property name="spacing">4</property>
+	      <property name="spacing">6</property>
 
 	      <child>
 		<widget class="GtkLabel" id="label5">


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