diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-06-01 23:04:03 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-01 23:04:48 +0800 |
commit | f7ba41210b205c663338142b634b0c1a7df8a1d8 (patch) | |
tree | a76d2efa0982ff75b49324b0ddc0b9ebb06f02a8 /data | |
parent | 8513ca7a3c9e54eb6b454d233e959c6f7733d47a (diff) | |
download | gsoc2013-evolution-f7ba41210b205c663338142b634b0c1a7df8a1d8.tar.gz gsoc2013-evolution-f7ba41210b205c663338142b634b0c1a7df8a1d8.tar.zst gsoc2013-evolution-f7ba41210b205c663338142b634b0c1a7df8a1d8.zip |
Bug 677273 - Bad default for month-hpane-position setting
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.evolution.calendar.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in index 638a528e31..74733c2292 100644 --- a/data/org.gnome.evolution.calendar.gschema.xml.in +++ b/data/org.gnome.evolution.calendar.gschema.xml.in @@ -166,7 +166,7 @@ <_description>Position of the memo preview pane when oriented vertically</_description> </key> <key name="month-hpane-position" type="i"> - <default>32000</default> + <default>400</default> <_summary>Month view horizontal pane position</_summary> <_description>Position of the horizontal pane, between the view and the date navigator calendar and task list in the month view, in pixels</_description> </key> |