diff options
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/gui/apps_evolution_calendar.schemas | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 372b131dff..0b061bde6c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,4 +1,10 @@ 2003-04-24 JP Rosevear <jpr@ximian.com> + + * gui/apps_evolution_calendar.schemas: set the hpane default to + 32000 so we never see a pane no matter the start up window size + unless the user changes it + +2003-04-24 JP Rosevear <jpr@ximian.com> Fixes #37552 diff --git a/calendar/gui/apps_evolution_calendar.schemas b/calendar/gui/apps_evolution_calendar.schemas index c9c04a9241..ee69011a33 100644 --- a/calendar/gui/apps_evolution_calendar.schemas +++ b/calendar/gui/apps_evolution_calendar.schemas @@ -129,7 +129,7 @@ <applyto>/apps/evolution/calendar/display/month_hpane_position</applyto> <owner>evolution-calendar</owner> <type>int</type> - <default>640</default> + <default>32000</default> <locale name="C"> <short>Position of the horizontal pane in the month view</short> </locale> |