aboutsummaryrefslogtreecommitdiffstats
path: root/data/org.gnome.evolution.calendar.gschema.xml.in
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@gnome-db.org>2011-09-22 00:16:23 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-22 00:16:23 +0800
commit8732431bd961e7f75e813803575a868bada78c79 (patch)
tree45ed32f9f31aac18841766443d595aa140f54c20 /data/org.gnome.evolution.calendar.gschema.xml.in
parent1684805a0f3ef063b49098ec3a4a47a59b4d244d (diff)
downloadgsoc2013-evolution-8732431bd961e7f75e813803575a868bada78c79.tar
gsoc2013-evolution-8732431bd961e7f75e813803575a868bada78c79.tar.gz
gsoc2013-evolution-8732431bd961e7f75e813803575a868bada78c79.tar.bz2
gsoc2013-evolution-8732431bd961e7f75e813803575a868bada78c79.tar.lz
gsoc2013-evolution-8732431bd961e7f75e813803575a868bada78c79.tar.xz
gsoc2013-evolution-8732431bd961e7f75e813803575a868bada78c79.tar.zst
gsoc2013-evolution-8732431bd961e7f75e813803575a868bada78c79.zip
Port ETask/MemoShellContent to GSettings
Diffstat (limited to 'data/org.gnome.evolution.calendar.gschema.xml.in')
-rw-r--r--data/org.gnome.evolution.calendar.gschema.xml.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in
index 7fb0511325..12e091cd12 100644
--- a/data/org.gnome.evolution.calendar.gschema.xml.in
+++ b/data/org.gnome.evolution.calendar.gschema.xml.in
@@ -76,11 +76,21 @@
<_summary>Last reminder time</_summary>
<_description>Time the last reminder ran, in time_t</_description>
</key>
+ <key name="memo-hpane-position" type="i">
+ <default>200</default>
+ <_summary>Memo preview pane position (horizontal)</_summary>
+ <_description>Position of the task preview pane when oriented horizontally</_description>
+ </key>
<key name="memo-layout" type="i">
<default>0</default>
<_summary>Memo layout style</_summary>
<_description>The layout style determines where to place the preview pane in relation to the memo list. "0" (Classic View) places the preview pane below the memo list. "1" (Vertical View) places the preview pane next to the memo list</_description>
</key>
+ <key name="memo-vpane-position" type="i">
+ <default>400</default>
+ <_summary>Memo preview pane position (vertical)</_summary>
+ <_description>Position of the memo preview pane when oriented vertically</_description>
+ </key>
<key name="month-scroll-by-week" type="b">
<default>true</default>
<_summary>Scroll Month View by a week</_summary>
@@ -121,11 +131,21 @@
<_summary>Show the task preview pane</_summary>
<_description>If "true", show the task preview pane in the main window</_description>
</key>
+ <key name="task-hpane-position" type="i">
+ <default>200</default>
+ <_summary>Task preview pane position (horizontal)</_summary>
+ <_description>Position of the task preview pane when oriented horizontally</_description>
+ </key>
<key name="task-layout" type="i">
<default>0</default>
<_summary>Task layout style</_summary>
<_description>The layout style determines where to place the preview pane in relation to the task list. "0" (Classic View) places the preview pane below the task list. "1" (Vertical View) places the preview pane next to the task list</_description>
</key>
+ <key name="task-vpane-position" type="i">
+ <default>400</default>
+ <_summary>Task preview pane position (vertical)</_summary>
+ <_description>Position of the task preview pane when oriented vertically</_description>
+ </key>
<key name="timezone" type="s">
<default>'UTC'</default>
<_summary>Timezone</_summary>