diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-07-07 16:50:34 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-07-07 16:50:34 +0800 |
commit | 1fe74f379d97c06001ba47c782f736b8ff42146f (patch) | |
tree | fc76805202382e5b535eaedbbfcbcc733264c4a4 /widgets/misc/ChangeLog | |
parent | d9bf503861934651c02ee0932ae0f0d3e58308e0 (diff) | |
download | gsoc2013-evolution-1fe74f379d97c06001ba47c782f736b8ff42146f.tar.gz gsoc2013-evolution-1fe74f379d97c06001ba47c782f736b8ff42146f.tar.zst gsoc2013-evolution-1fe74f379d97c06001ba47c782f736b8ff42146f.zip |
Fix for bug #370731 (bugzilla.novell.com): Use MAX (<max width of day-names>, (2 * <max width of a digit>)) to determine the minimal size for each cell. This prevents the numbers and day-names from getting fuzzy when using large font-sizes.
svn path=/trunk/; revision=35731
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 64aaad5152..83bc08112c 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,15 @@ +2008-07-07 Suman Manjunath <msuman@novell.com> + + ** Fix for bug #370731 (bugzilla.novell.com) + + * e-calendar-item.c (e_calendar_item_update), + (e_calendar_item_draw_month), (e_calendar_item_draw_day_numbers), + (e_calendar_item_recalc_sizes): + * e-calendar-item.h: + Use MAX (<max width of day-names>, (2 * <max width of a digit>)) + to determine the minimal size for each cell. This prevents the numbers + and day-names from getting fuzzy when using large font-sizes. + 2008-06-30 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #519536 |