summaryrefslogtreecommitdiff
path: root/gtk/org.gtk.gtk4.Settings.FileChooser.gschema.xml
diff options
context:
space:
mode:
authorTimm Bäder <tbaeder@redhat.com>2019-04-29 08:40:58 +0200
committerTimm Bäder <mail@baedert.org>2019-04-30 05:36:20 +0200
commit1d81a58cf145a9bc413ecff5086ee2df3413a4e3 (patch)
tree7f082edab634be1d9a30e9917046f9585db1b7e4 /gtk/org.gtk.gtk4.Settings.FileChooser.gschema.xml
parent09cec2e6a124c34b3cdb7301d8d89e7b1991563a (diff)
downloadgtk+-1d81a58cf145a9bc413ecff5086ee2df3413a4e3.tar.gz
filechooserwidget: Pick reasonable default sidebar width
The old default of 148px doesn't work everywhere. Instead, pick a default value of -1 and measure() the sidebar widget in the filechooserwidget in that case. Other values >= 0 are still handled as before.
Diffstat (limited to 'gtk/org.gtk.gtk4.Settings.FileChooser.gschema.xml')
-rw-r--r--gtk/org.gtk.gtk4.Settings.FileChooser.gschema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/org.gtk.gtk4.Settings.FileChooser.gschema.xml b/gtk/org.gtk.gtk4.Settings.FileChooser.gschema.xml
index 713597a633..2db786b236 100644
--- a/gtk/org.gtk.gtk4.Settings.FileChooser.gschema.xml
+++ b/gtk/org.gtk.gtk4.Settings.FileChooser.gschema.xml
@@ -128,7 +128,7 @@
</description>
</key>
<key name='sidebar-width' type='i'>
- <default>148</default>
+ <default>-1</default>
<summary>Sidebar width</summary>
<description>
Width in pixels of the file chooser's places sidebar.