diff options
Diffstat (limited to 'calendar/gui/e-week-view.h')
-rw-r--r-- | calendar/gui/e-week-view.h | 6 |
1 files changed, 3 insertions, 3 deletions
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). */ |