diff options
author | JP Rosevear <jpr@ximian.com> | 2003-04-25 10:01:21 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-04-25 10:01:21 +0800 |
commit | 3386ae934a1ade1ff2c2437a2b293460e6ffc507 (patch) | |
tree | f1538720c0bf49875aa71ea76d6bd8d96e1d6143 /calendar/gui | |
parent | 1c3404caf29072edae33a34f36a695ae7e5ba243 (diff) | |
download | gsoc2013-evolution-3386ae934a1ade1ff2c2437a2b293460e6ffc507.tar.gz gsoc2013-evolution-3386ae934a1ade1ff2c2437a2b293460e6ffc507.tar.zst gsoc2013-evolution-3386ae934a1ade1ff2c2437a2b293460e6ffc507.zip |
set the hpane default to 32000 so we never see a pane no matter the start
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
svn path=/trunk/; revision=20963
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/apps_evolution_calendar.schemas | 2 |
1 files changed, 1 insertions, 1 deletions
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> |