diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-11-24 23:25:28 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-11-24 23:25:28 +0800 |
commit | 2eb60688a1955a95c3a040bd98f76bb67e3ff3ed (patch) | |
tree | 594c24dbccd1d4996d8b2592028deb988a1616ff /data | |
parent | 86e6df6bbd4c4b1f6e4018671b5d06147161e831 (diff) | |
download | gsoc2013-evolution-2eb60688a1955a95c3a040bd98f76bb67e3ff3ed.tar.gz gsoc2013-evolution-2eb60688a1955a95c3a040bd98f76bb67e3ff3ed.tar.zst gsoc2013-evolution-2eb60688a1955a95c3a040bd98f76bb67e3ff3ed.zip |
Bug 664707 - Tasks & Memos panel size not remembered
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 6217ce22d2..3fd0607a07 100644 --- a/data/org.gnome.evolution.calendar.gschema.xml.in +++ b/data/org.gnome.evolution.calendar.gschema.xml.in @@ -245,7 +245,7 @@ <_summary>Show week numbers in Day View, Work Week View, and Date Navigator</_summary> <_description>Whether to show week numbers in various places in the Calendar</_description> </key> - <key name="tag-vpane-position" type="i"> + <key name="tag-vpane-position" type="d"> <default>0</default> <_summary>Vertical position for the tag pane</_summary> <_description>Vertical position for the tag pane</_description> |