diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-03 05:25:27 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-03 05:25:27 +0800 |
commit | 50c162fd760d94328183dbd91dab69b742f21f79 (patch) | |
tree | 34ec981f4cc6bf0b564b309762306240b1173b2f /calendar/gui | |
parent | e89232e97e2e4a1e7e084ea32f9a078754e8ebfc (diff) | |
download | gsoc2013-evolution-50c162fd760d94328183dbd91dab69b742f21f79.tar.gz 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.in | 8 |
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> |