From 70f840be3f65466c70c81af6d17d6e1ff4c7fa26 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Sun, 8 Jan 2006 17:06:35 +0000 Subject: Srinivasa Ragavan * gui/dialogs/alarm-dialog.glade: Added code to hscroll the custom message of alarm. Fixes bug #325446 * gui/dialogs/task-page.glade: Added code to expand the description scrolled window when the parent window is dragged. Fixes bug #325502 svn path=/trunk/; revision=31097 --- calendar/ChangeLog | 10 ++- calendar/gui/dialogs/alarm-dialog.glade | 2 +- calendar/gui/dialogs/task-page.glade | 133 ++++++++++++++++---------------- 3 files changed, 76 insertions(+), 69 deletions(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 596f86ef2c..23301abe11 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2006-01-08 Srinivasa Ragavan + + * gui/dialogs/alarm-dialog.glade: Added code to hscroll the custom + message of alarm. Fixes bug #325446 + + * gui/dialogs/task-page.glade: Added code to expand the description + scrolled window when the parent window is dragged. Fixes bug #325502 + 2005-01-06 Andre Klapper * gui/e-alarm-list.c: added translator comments to several strings. Fixes bug 325612. @@ -11833,4 +11841,4 @@ expunge async, just get the object list immediately * gui/e-tasks.c (e_tasks_delete_completed): no need to do the - expunge asyn \ No newline at end of file + expunge asyn diff --git a/calendar/gui/dialogs/alarm-dialog.glade b/calendar/gui/dialogs/alarm-dialog.glade index d6ded5f252..adcb53262b 100644 --- a/calendar/gui/dialogs/alarm-dialog.glade +++ b/calendar/gui/dialogs/alarm-dialog.glade @@ -645,7 +645,7 @@ True - GTK_POLICY_NEVER + GTK_POLICY_AUTOMATIC GTK_POLICY_AUTOMATIC GTK_SHADOW_IN GTK_CORNER_TOP_LEFT diff --git a/calendar/gui/dialogs/task-page.glade b/calendar/gui/dialogs/task-page.glade index adf9dc4b17..40928cc8bb 100644 --- a/calendar/gui/dialogs/task-page.glade +++ b/calendar/gui/dialogs/task-page.glade @@ -16,6 +16,7 @@ GDK_WINDOW_TYPE_HINT_NORMAL GDK_GRAVITY_NORTH_WEST True + False @@ -404,73 +405,6 @@ - - - True - D_escription: - True - False - GTK_JUSTIFY_CENTER - False - False - 0 - 0 - 0 - 0 - description - PANGO_ELLIPSIZE_NONE - -1 - False - 0 - - - 0 - 1 - 7 - 8 - fill - - - - - - - True - GTK_POLICY_AUTOMATIC - GTK_POLICY_AUTOMATIC - GTK_SHADOW_IN - GTK_CORNER_TOP_LEFT - - - - True - True - True - False - True - GTK_JUSTIFY_LEFT - GTK_WRAP_WORD - True - 0 - 0 - 0 - 0 - 0 - 0 - - - - - - 1 - 2 - 7 - 8 - fill - fill - - - True @@ -650,6 +584,71 @@ fill + + + + True + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + GTK_SHADOW_IN + GTK_CORNER_TOP_LEFT + + + + True + True + True + False + True + GTK_JUSTIFY_LEFT + GTK_WRAP_WORD + True + 0 + 0 + 0 + 0 + 0 + 0 + + + + + + 1 + 2 + 7 + 8 + + + + + + True + D_escription: + True + False + GTK_JUSTIFY_CENTER + False + False + 0 + 0 + 0 + 0 + description + PANGO_ELLIPSIZE_NONE + -1 + False + 0 + + + 0 + 1 + 7 + 8 + fill + fill + + 0 -- cgit