diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2003-03-18 08:21:47 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2003-03-18 08:21:47 +0800 |
commit | 112e49e10dc3c28cf58c88c30076bb1d834367c7 (patch) | |
tree | 2c1fca0961e1a73c105cd0ed243540d1e7510ae2 | |
parent | 9ecca5f32eebef76c12f0ed6ccb0f2cd0e589816 (diff) | |
download | gsoc2013-evolution-112e49e10dc3c28cf58c88c30076bb1d834367c7.tar gsoc2013-evolution-112e49e10dc3c28cf58c88c30076bb1d834367c7.tar.gz gsoc2013-evolution-112e49e10dc3c28cf58c88c30076bb1d834367c7.tar.bz2 gsoc2013-evolution-112e49e10dc3c28cf58c88c30076bb1d834367c7.tar.lz gsoc2013-evolution-112e49e10dc3c28cf58c88c30076bb1d834367c7.tar.xz gsoc2013-evolution-112e49e10dc3c28cf58c88c30076bb1d834367c7.tar.zst gsoc2013-evolution-112e49e10dc3c28cf58c88c30076bb1d834367c7.zip |
Fixes #39736
2003-03-17 Hans Petter Jansson <hpj@ximian.com>
Fixes #39736
* gui/e-day-view.c: Reduce the size of the large-digits font so it's
en par with the one in 1.2.
svn path=/trunk/; revision=20327
-rw-r--r-- | calendar/ChangeLog | 7 | ||||
-rw-r--r-- | calendar/gui/e-day-view.c | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8c2278732d..e23abebe3e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2003-03-17 Hans Petter Jansson <hpj@ximian.com> + + Fixes #39736 + + * gui/e-day-view.c: Reduce the size of the large-digits font so it's + en par with the one in 1.2. + 2003-03-14 Rodrigo Moya <rodrigo@ximian.com> Fixes #39740 diff --git a/calendar/gui/e-day-view.c b/calendar/gui/e-day-view.c index 9a1d70a14d..45e052637e 100644 --- a/calendar/gui/e-day-view.c +++ b/calendar/gui/e-day-view.c @@ -78,7 +78,7 @@ /* The minimum amount of space wanted on each side of the date string. */ #define E_DAY_VIEW_DATE_X_PAD 4 -#define E_DAY_VIEW_LARGE_FONT_PTSIZE 24 +#define E_DAY_VIEW_LARGE_FONT_PTSIZE 18 /* The offset from the top/bottom of the canvas before auto-scrolling starts.*/ #define E_DAY_VIEW_AUTO_SCROLL_OFFSET 16 |