summaryrefslogtreecommitdiff
path: root/gtk/org.gtk.Settings.FileChooser.gschema.xml
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2012-11-14 13:10:59 +0100
committerFederico Mena Quintero <federico@gnome.org>2012-11-14 20:03:23 -0600
commit2f8c2a32445128e5f9eb5a4e3295fb691df5bc4d (patch)
treeddfa82705a287b2adc75712f29c9d6bad7745206 /gtk/org.gtk.Settings.FileChooser.gschema.xml
parent5671a869c23a33db1941e4ada8cc5d3b880b6424 (diff)
downloadgtk+-2f8c2a32445128e5f9eb5a4e3295fb691df5bc4d.tar.gz
filechooser: remember sidebar width
https://bugzilla.gnome.org/show_bug.cgi?id=524295 Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'gtk/org.gtk.Settings.FileChooser.gschema.xml')
-rw-r--r--gtk/org.gtk.Settings.FileChooser.gschema.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/org.gtk.Settings.FileChooser.gschema.xml b/gtk/org.gtk.Settings.FileChooser.gschema.xml
index 849e8ff77b..b53abfc1bd 100644
--- a/gtk/org.gtk.Settings.FileChooser.gschema.xml
+++ b/gtk/org.gtk.Settings.FileChooser.gschema.xml
@@ -61,6 +61,9 @@
<key name='window-size' type='(ii)'>
<default>(-1, -1)</default>
</key>
+ <key name='sidebar-width' type='i'>
+ <default>148</default>
+ </key>
</schema>
</schemalist>