summaryrefslogtreecommitdiff
path: root/editor/ca.desrt.dconf-editor.gschema.xml
diff options
context:
space:
mode:
Diffstat (limited to 'editor/ca.desrt.dconf-editor.gschema.xml')
-rw-r--r--editor/ca.desrt.dconf-editor.gschema.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/editor/ca.desrt.dconf-editor.gschema.xml b/editor/ca.desrt.dconf-editor.gschema.xml
new file mode 100644
index 0000000..5d4ae62
--- /dev/null
+++ b/editor/ca.desrt.dconf-editor.gschema.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<schemalist>
+ <schema id="ca.desrt.dconf-editor.Settings" path="/ca/desrt/glchess/" gettext-domain="dconf-editor">
+ <key name="width" type="i">
+ <default>600</default>
+ <summary>The width of the window</summary>
+ <description>The width of the main window in pixels.</description>
+ </key>
+ <key name="height" type="i">
+ <default>300</default>
+ <summary>The height of the window</summary>
+ <description>The height of the main window in pixels.</description>
+ </key>
+ <key name="maximized" type="b">
+ <default>false</default>
+ <summary>A flag to enable maximized mode</summary>
+ <description>A flag to enable maximized mode</description>
+ </key>
+ </schema>
+</schemalist>