Re: [evolution-patches] fix for editors (calendar)



On Wed, 2004-09-22 at 02:10 +0200, Rodrigo Moya wrote:
> This fixes the description text fields getting wider as you type.
>
attached is the Glade part in a shorter form
-- 
Rodrigo Moya <rodrigo novell com>
Index: gui/dialogs/event-page.glade
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/event-page.glade,v
retrieving revision 1.22
diff -u -p -r1.22 event-page.glade
--- gui/dialogs/event-page.glade	23 Aug 2004 19:39:13 -0000	1.22
+++ gui/dialogs/event-page.glade	11 Oct 2004 14:35:38 -0000
@@ -205,8 +205,8 @@
 		  <property name="right_attach">2</property>
 		  <property name="top_attach">4</property>
 		  <property name="bottom_attach">5</property>
-		  <property name="x_options">fill</property>
-		  <property name="y_options">fill</property>
+		  <property name="x_options">expand|shrink|fill</property>
+		  <property name="y_options">expand|shrink|fill</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
diff -u -p -r1.29 task-page.glade
--- gui/dialogs/task-page.glade	26 Jul 2004 17:50:48 -0000	1.29
+++ gui/dialogs/task-page.glade	11 Oct 2004 14:35:38 -0000
@@ -319,8 +319,8 @@
 		  <property name="right_attach">2</property>
 		  <property name="top_attach">3</property>
 		  <property name="bottom_attach">4</property>
-		  <property name="x_options">fill</property>
-		  <property name="y_options">fill</property>
+		  <property name="x_options">expand|shrink|fill</property>
+		  <property name="y_options">expand|shrink|fill</property>
 		</packing>
 	      </child>
 


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