From c8905eabfcb6120fbf7f4ba67043d1780396dc01 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Tue, 21 Aug 2001 19:06:17 +0000 Subject: added new e-sexp operator. We don't currently use it though. 2001-08-21 Damon Chaplin * pcs/query.c (func_is_completed): added new e-sexp operator. We don't currently use it though. * gui/dialogs/cal-prefs-dialog.glade: Changed '_Overdue' to 'O_verdue' since we have an '_Other' notebook tab. Added '_Hide' accel. * gui/dialogs/cal-prefs-dialog.c: hooked up config options to dialog. * gui/calendar-config.c: added config options for hiding completed tasks. * gui/e-week-view-event-item.c (e_week_view_event_item_draw): * gui/e-day-view-top-item.c (e_day_view_top_item_draw_long_event): * gui/e-day-view.c (e_day_view_reshape_long_event): added 2 pixels extra space between icons and text for long events, and 1 pixel space between icons in all events. (e_day_view_realize): changed the background color to match the EGrayBar in the shell. svn path=/trunk/; revision=12347 --- calendar/gui/e-week-view.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'calendar/gui/e-week-view.h') diff --git a/calendar/gui/e-week-view.h b/calendar/gui/e-week-view.h index 84e113b1b5..07ff4770c3 100644 --- a/calendar/gui/e-week-view.h +++ b/calendar/gui/e-week-view.h @@ -47,9 +47,9 @@ extern "C" { the last icon, before the event text. */ #define E_WEEK_VIEW_ICON_WIDTH 16 #define E_WEEK_VIEW_ICON_HEIGHT 16 -#define E_WEEK_VIEW_ICON_X_PAD 0 -#define E_WEEK_VIEW_ICON_Y_PAD 0 -#define E_WEEK_VIEW_ICON_R_PAD 2 +#define E_WEEK_VIEW_ICON_X_PAD 1 +#define E_WEEK_VIEW_ICON_Y_PAD 1 +#define E_WEEK_VIEW_ICON_R_PAD 1 /* The space on the left & right outside of the event. (The triangle to indicate the event continues is displayed in this space). */ -- cgit v1.2.3