summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2011-05-08 18:38:06 +0200
committerRobert Ancell <robert.ancell@canonical.com>2011-05-08 18:38:06 +0200
commitffa3b0ece1b95278061800b4dba3de2d8f21c0e2 (patch)
tree56489ede671af3b4868751352b7b85ac964c4085
parent9ad16a4e5f3a14dbeb9c2d0e03af8fe9bc4eaae5 (diff)
downloaddconf-ffa3b0ece1b95278061800b4dba3de2d8f21c0e2.tar.gz
editor: Change default size
-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>