summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editor/ca.desrt.dconf-editor.gschema.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/ca.desrt.dconf-editor.gschema.xml b/editor/ca.desrt.dconf-editor.gschema.xml
index b4b0af6..90a3248 100644
--- a/editor/ca.desrt.dconf-editor.gschema.xml
+++ b/editor/ca.desrt.dconf-editor.gschema.xml
@@ -2,12 +2,12 @@
<schemalist>
<schema id="ca.desrt.dconf-editor.Settings" path="/ca/desrt/dconf-editor/">
<key name="width" type="i">
- <default>600</default>
+ <default>800</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>
+ <default>600</default>
<summary>The height of the window</summary>
<description>The height of the main window in pixels.</description>
</key>