[evolution-patches] more fixes for calendar/task editors



This makes the description text view fill up all available space when
the window is resized
-- 
Rodrigo Moya <rodrigo novell com>
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2500.2.21
diff -u -p -r1.2500.2.21 ChangeLog
--- ChangeLog	11 Oct 2004 16:59:16 -0000	1.2500.2.21
+++ ChangeLog	11 Oct 2004 17:14:53 -0000
@@ -1,3 +1,9 @@
+2004-10-11  Rodrigo Moya <rodrigo novell com>
+
+	* gui/dialogs/event-page.glade:
+	* gui/dialogs/task-page.glade: expand the horizontal box so that it
+	fills all available space.
+
 2004-10-08  Rodrigo Moya <rodrigo novell com>
 
 	Fixes #45951
Index: gui/dialogs/event-page.glade
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/event-page.glade,v
retrieving revision 1.22.4.1
diff -u -p -r1.22.4.1 event-page.glade
--- gui/dialogs/event-page.glade	11 Oct 2004 16:59:16 -0000	1.22.4.1
+++ gui/dialogs/event-page.glade	11 Oct 2004 17:14:53 -0000
@@ -404,8 +404,8 @@
 	</widget>
 	<packing>
 	  <property name="padding">0</property>
-	  <property name="expand">False</property>
-	  <property name="fill">False</property>
+	  <property name="expand">True</property>
+	  <property name="fill">True</property>
 	</packing>
       </child>
 
Index: gui/dialogs/task-page.glade
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/task-page.glade,v
retrieving revision 1.29.6.1
diff -u -p -r1.29.6.1 task-page.glade
--- gui/dialogs/task-page.glade	11 Oct 2004 16:59:16 -0000	1.29.6.1
+++ gui/dialogs/task-page.glade	11 Oct 2004 17:14:53 -0000
@@ -358,7 +358,7 @@
 	</widget>
 	<packing>
 	  <property name="padding">0</property>
-	  <property name="expand">False</property>
+	  <property name="expand">True</property>
 	  <property name="fill">True</property>
 	</packing>
       </child>
@@ -571,8 +571,8 @@
 	</widget>
 	<packing>
 	  <property name="padding">0</property>
-	  <property name="expand">True</property>
-	  <property name="fill">True</property>
+	  <property name="expand">False</property>
+	  <property name="fill">False</property>
 	</packing>
       </child>
     </widget>


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