[evolution-patches] patch for #41256 (task editor)



Here's a patch which HIG-ifies the task editor. It fixes bug #41256.

(some of the my changelog entry is not related to this patch; apologies.
It should be pretty obvious which files (the first two) are the ones
that I've changed.) 

Thanks, 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 21:28:58 -0000
@@ -1,3 +1,22 @@
+2003-04-23  Anna Marie Dirks  <anna ximian com>
+
+	* 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/task-page.glade
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/task-page.glade,v
retrieving revision 1.21
diff -u -r1.21 task-page.glade
--- gui/dialogs/task-page.glade	16 Apr 2003 20:31:09 -0000	1.21
+++ gui/dialogs/task-page.glade	23 Apr 2003 21:28:58 -0000
@@ -13,7 +13,7 @@
 
   <child>
     <widget class="GtkVBox" id="task-page">
-      <property name="border_width">4</property>
+      <property name="border_width">12</property>
       <property name="visible">True</property>
       <property name="homogeneous">False</property>
       <property name="spacing">6</property>
@@ -89,7 +89,7 @@
 
 	  <child>
 	    <widget class="GtkHBox" id="hbox4">
-	      <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>
@@ -263,7 +263,7 @@
 	<widget class="GtkVBox" id="vbox1">
 	  <property name="visible">True</property>
 	  <property name="homogeneous">False</property>
-	  <property name="spacing">0</property>
+	  <property name="spacing">6</property>
 
 	  <child>
 	    <widget class="GtkLabel" id="label18">
@@ -335,7 +335,7 @@
 
 	  <child>
 	    <widget class="GtkHBox" id="hbox6">
-	      <property name="border_width">2</property>
+	      <property name="border_width">6</property>
 	      <property name="visible">True</property>
 	      <property name="homogeneous">False</property>
 	      <property name="spacing">6</property>
Index: gui/dialogs/task-details-page.glade
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/task-details-page.glade,v
retrieving revision 1.13
diff -u -r1.13 task-details-page.glade
--- gui/dialogs/task-details-page.glade	16 Apr 2003 20:31:09 -0000	1.13
+++ gui/dialogs/task-details-page.glade	23 Apr 2003 21:28:59 -0000
@@ -13,7 +13,7 @@
 
   <child>
     <widget class="GtkVBox" id="task-details-page">
-      <property name="border_width">4</property>
+      <property name="border_width">12</property>
       <property name="visible">True</property>
       <property name="homogeneous">False</property>
       <property name="spacing">6</property>
@@ -27,6 +27,7 @@
 
 	  <child>
 	    <widget class="GtkVBox" id="vbox1">
+	      <property name="border_width">6</property>
 	      <property name="visible">True</property>
 	      <property name="homogeneous">False</property>
 	      <property name="spacing">6</property>
@@ -320,7 +321,7 @@
 
       <child>
 	<widget class="GtkTable" id="table2">
-	  <property name="border_width">4</property>
+	  <property name="border_width">6</property>
 	  <property name="visible">True</property>
 	  <property name="n_rows">1</property>
 	  <property name="n_columns">2</property>


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