From 11b30502cd6b5b8b9679c21e57fd11d49725d375 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Sat, 29 Sep 2001 01:51:45 +0000 Subject: use bound_text to print the summary, so it wraps instead of being clipped 001-09-28 Damon Chaplin * gui/print.c (print_comp_item): use bound_text to print the summary, so it wraps instead of being clipped to 1 line. Fixes part 3 of bug #10285, I think. * gui/dialogs/alarm-page.glade: left-aligned the Date/Time label. Also set the width of the Summary & Date/Time labels to 10, and set expand to TRUE, to make sure that the dialog doesn't keep getting wider as the summary text on the main page gets longer. Could possibly use an EClippedLabel here instead, so we get a '...' at the end if it is clipped. * gui/dialogs/recurrence-page.glade: changed Summary & Date/Time widths as above. * gui/print.c (print_calendar): use landscape mode for the month preview. (print_border_with_triangles): use EPSILON to account for floating point errors. Hopefully fixes part 2b of bug #10285. svn path=/trunk/; revision=13246 --- calendar/gui/dialogs/recurrence-page.glade | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'calendar/gui/dialogs/recurrence-page.glade') diff --git a/calendar/gui/dialogs/recurrence-page.glade b/calendar/gui/dialogs/recurrence-page.glade index 2858f3a9d6..a044a771aa 100644 --- a/calendar/gui/dialogs/recurrence-page.glade +++ b/calendar/gui/dialogs/recurrence-page.glade @@ -111,6 +111,7 @@ GtkLabel summary + 10 GTK_JUSTIFY_CENTER False @@ -125,7 +126,7 @@ 1 0 0 - False + True False False False @@ -137,6 +138,7 @@ GtkLabel date-time + 10 GTK_JUSTIFY_CENTER False @@ -151,7 +153,7 @@ 2 0 0 - False + True False False False -- cgit v1.2.3