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.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/editor/ca.desrt.dconf-editor.gschema.xml b/editor/ca.desrt.dconf-editor.gschema.xml
deleted file mode 100644
index 80822b7..0000000
--- a/editor/ca.desrt.dconf-editor.gschema.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<schemalist gettext-domain='dconf'>
- <schema id="ca.desrt.dconf-editor.Settings" path="/ca/desrt/dconf-editor/">
- <key name="window-width" type="i">
- <default>800</default>
- <summary>The width of the window</summary>
- <description>The width of the main window in pixels.</description>
- </key>
- <key name="window-height" type="i">
- <default>600</default>
- <summary>The height of the window</summary>
- <description>The height of the main window in pixels.</description>
- </key>
- <key name="window-is-maximized" type="b">
- <default>false</default>
- <summary>A flag to enable maximized mode</summary>
- <description>A flag to enable maximized mode</description>
- </key>
- <key name="window-is-fullscreen" type="b">
- <default>false</default>
- <summary>A flag to enable fullscreen mode</summary>
- <description>A flag to enable fullscreen mode</description>
- </key>
- </schema>
-</schemalist>