aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-04-25 10:01:21 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-04-25 10:01:21 +0800
commit3386ae934a1ade1ff2c2437a2b293460e6ffc507 (patch)
treef1538720c0bf49875aa71ea76d6bd8d96e1d6143
parent1c3404caf29072edae33a34f36a695ae7e5ba243 (diff)
downloadgsoc2013-evolution-3386ae934a1ade1ff2c2437a2b293460e6ffc507.tar
gsoc2013-evolution-3386ae934a1ade1ff2c2437a2b293460e6ffc507.tar.gz
gsoc2013-evolution-3386ae934a1ade1ff2c2437a2b293460e6ffc507.tar.bz2
gsoc2013-evolution-3386ae934a1ade1ff2c2437a2b293460e6ffc507.tar.lz
gsoc2013-evolution-3386ae934a1ade1ff2c2437a2b293460e6ffc507.tar.xz
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
-rw-r--r--calendar/ChangeLog6
-rw-r--r--calendar/gui/apps_evolution_calendar.schemas2
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>