aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-week-view.h
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2004-06-23 02:55:33 +0800
committerLarry Ewing <lewing@src.gnome.org>2004-06-23 02:55:33 +0800
commit0d450111c88e4b14f8a21def8c5453002a027191 (patch)
tree505489986a9cd48d403bfc04ed92211ac0efd8b7 /calendar/gui/e-week-view.h
parent4b4309bc21d37aa1c76f9ba6249de122cb54fa98 (diff)
downloadgsoc2013-evolution-0d450111c88e4b14f8a21def8c5453002a027191.tar
gsoc2013-evolution-0d450111c88e4b14f8a21def8c5453002a027191.tar.gz
gsoc2013-evolution-0d450111c88e4b14f8a21def8c5453002a027191.tar.bz2
gsoc2013-evolution-0d450111c88e4b14f8a21def8c5453002a027191.tar.lz
gsoc2013-evolution-0d450111c88e4b14f8a21def8c5453002a027191.tar.xz
gsoc2013-evolution-0d450111c88e4b14f8a21def8c5453002a027191.tar.zst
gsoc2013-evolution-0d450111c88e4b14f8a21def8c5453002a027191.zip
Fixes #59824
2004-06-22 Larry Ewing <lewing@ximian.com> Fixes #59824 * gui/e-week-view.h: increase some of the passing so that the text does not appear to run together. Ideally this would be based on the font size but this will work for now. svn path=/trunk/; revision=26452
Diffstat (limited to 'calendar/gui/e-week-view.h')
-rw-r--r--calendar/gui/e-week-view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/e-week-view.h b/calendar/gui/e-week-view.h
index b641287916..90ab82eb08 100644
--- a/calendar/gui/e-week-view.h
+++ b/calendar/gui/e-week-view.h
@@ -50,7 +50,7 @@ extern "C" {
#define E_WEEK_VIEW_ICON_HEIGHT 16
#define E_WEEK_VIEW_ICON_X_PAD 1
#define E_WEEK_VIEW_ICON_Y_PAD 1
-#define E_WEEK_VIEW_ICON_R_PAD 1
+#define E_WEEK_VIEW_ICON_R_PAD 8
/* The space on the left & right outside of the event. (The triangle to
indicate the event continues is displayed in this space). */
@@ -71,7 +71,7 @@ extern "C" {
#define E_WEEK_VIEW_EVENT_TIME_SPACING 2
/* The space between the time and the event text or icons. */
-#define E_WEEK_VIEW_EVENT_TIME_X_PAD 2
+#define E_WEEK_VIEW_EVENT_TIME_X_PAD 8
/* The space between the borders of long events and any text of icons. */
#define E_WEEK_VIEW_EVENT_EDGE_X_PAD 2