aboutsummaryrefslogtreecommitdiffstats
path: root/shell/apps_evolution_shell.schemas.in
diff options
context:
space:
mode:
Diffstat (limited to 'shell/apps_evolution_shell.schemas.in')
-rw-r--r--shell/apps_evolution_shell.schemas.in48
1 files changed, 29 insertions, 19 deletions
diff --git a/shell/apps_evolution_shell.schemas.in b/shell/apps_evolution_shell.schemas.in
index c5c6276c25..157df8cb9e 100644
--- a/shell/apps_evolution_shell.schemas.in
+++ b/shell/apps_evolution_shell.schemas.in
@@ -60,7 +60,7 @@
<schema>
<key>/schemas/apps/evolution/shell/current_folder</key>
- <applyto>/apps/evolution/shell/current-folder</applyto>
+ <applyto>/apps/evolution/shell/current_folder</applyto>
<owner>evolution</owner>
<type>string</type>
<locale name="C">
@@ -99,44 +99,54 @@
<!-- View defaults -->
<schema>
- <key>/schemas/apps/evolution/shell/view_defaults/width</key>
- <applyto>/apps/evolution/shell/view_defaults/width</applyto>
+ <key>/schemas/apps/evolution/shell/view_defaults/window_y</key>
+ <applyto>/apps/evolution/shell/view_defaults/window_y</applyto>
<owner>evolution</owner>
<type>int</type>
- <default>640</default>
<locale name="C">
- <short>Default window width</short>
- <long>The default width for the main window, in pixels.</long>
+ <short>Default window Y coordinate</short>
+ <long>The default Y coordinate for the main window.</long>
</locale>
</schema>
<schema>
- <key>/schemas/apps/evolution/shell/view_defaults/height</key>
- <applyto>/apps/evolution/shell/view_defaults/height</applyto>
+ <key>/schemas/apps/evolution/shell/view_defaults/window_x</key>
+ <applyto>/apps/evolution/shell/view_defaults/window_x</applyto>
<owner>evolution</owner>
<type>int</type>
- <default>480</default>
<locale name="C">
- <short>Default window height</short>
- <long>The default height for the main window, in pixels.</long>
+ <short>Default window X coordinate</short>
+ <long>The default X coordinate for the main window.</long>
</locale>
</schema>
<schema>
- <key>/schemas/apps/evolution/shell/view_defaults/maximized</key>
- <applyto>/apps/evolution/shell/view_defaults/maximized</applyto>
+ <key>/schemas/apps/evolution/shell/view_defaults/window_width</key>
+ <applyto>/apps/evolution/shell/view_defaults/window_width</applyto>
<owner>evolution</owner>
- <type>bool</type>
- <default>TRUE</default>
+ <type>int</type>
+ <default>640</default>
<locale name="C">
- <short>Default window state</short>
- <long>Whether or not the window should be maximized.</long>
+ <short>Default window width</short>
+ <long>The default width for the main window, in pixels.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/evolution/shell/view_defaults/window_height</key>
+ <applyto>/apps/evolution/shell/view_defaults/window_height</applyto>
+ <owner>evolution</owner>
+ <type>int</type>
+ <default>480</default>
+ <locale name="C">
+ <short>Default window height</short>
+ <long>The default height for the main window, in pixels.</long>
</locale>
</schema>
<schema>
- <key>/schemas/apps/evolution/shell/view_defaults/maximized</key>
- <applyto>/apps/evolution/shell/view_defaults/maximized</applyto>
+ <key>/schemas/apps/evolution/shell/view_defaults/window_maximized</key>
+ <applyto>/apps/evolution/shell/view_defaults/window_maximized</applyto>
<owner>evolution</owner>
<type>bool</type>
<default>TRUE</default>