aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2008-11-03 05:25:27 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-11-03 05:25:27 +0800
commit50c162fd760d94328183dbd91dab69b742f21f79 (patch)
tree34ec981f4cc6bf0b564b309762306240b1173b2f /calendar/gui
parente89232e97e2e4a1e7e084ea32f9a078754e8ebfc (diff)
downloadgsoc2013-evolution-50c162fd760d94328183dbd91dab69b742f21f79.tar
gsoc2013-evolution-50c162fd760d94328183dbd91dab69b742f21f79.tar.gz
gsoc2013-evolution-50c162fd760d94328183dbd91dab69b742f21f79.tar.bz2
gsoc2013-evolution-50c162fd760d94328183dbd91dab69b742f21f79.tar.lz
gsoc2013-evolution-50c162fd760d94328183dbd91dab69b742f21f79.tar.xz
gsoc2013-evolution-50c162fd760d94328183dbd91dab69b742f21f79.tar.zst
gsoc2013-evolution-50c162fd760d94328183dbd91dab69b742f21f79.zip
Fix a pane resizing issue on the main window that's been driving me crazy.
Also manage the calendar's vertical pane, switching between different GConf keys depending on whether we're in month view. svn path=/branches/kill-bonobo/; revision=36717
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/apps_evolution_calendar.schemas.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/calendar/gui/apps_evolution_calendar.schemas.in b/calendar/gui/apps_evolution_calendar.schemas.in
index 51ae955741..96bcf173f1 100644
--- a/calendar/gui/apps_evolution_calendar.schemas.in
+++ b/calendar/gui/apps_evolution_calendar.schemas.in
@@ -231,11 +231,11 @@
</locale>
</schema>
<schema>
- <key>/schemas/apps/evolution/calendar/display/tag_vpane_position</key>
- <applyto>/apps/evolution/calendar/display/tag_vpane_position</applyto>
+ <key>/schemas/apps/evolution/calendar/display/date_navigator_pane_position</key>
+ <applyto>/apps/evolution/calendar/display/date_navigator_pane_position</applyto>
<owner>evolution-calendar</owner>
- <type>float</type>
- <default>0.5</default>
+ <type>int</type>
+ <default>150</default>
<locale name="C">
<short>Month view vertical pane position </short>
<long>Position of the vertical pane, between the calendar lists and the date navigator calendar.</long>