summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristopher Davis <christopherdavis@gnome.org>2022-07-09 12:38:10 -0400
committerAntónio Fernandes <antoniof@gnome.org>2022-07-11 00:38:48 +0100
commit91bc0ea9aaaf23e1ecb72c04aeb3420a0d2636ba (patch)
tree921fce7790055e6a82e0e1d62c260a85e16fa787 /data
parent07db1d6ff294832014639f87972c55bc56d7d224 (diff)
downloadnautilus-91bc0ea9aaaf23e1ecb72c04aeb3420a0d2636ba.tar.gz
general: GtkPaned -> AdwFlap
Exchange the adjustable GtkPaned widget for AdwFlap. We lose a resizable sidebar, but gain an adaptive one. For windows narrower than 600px, we fold the sidebar. The loss of the resizable sidebar means that all settings related to it are removed. Fixes #2156
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.nautilus.gschema.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/data/org.gnome.nautilus.gschema.xml b/data/org.gnome.nautilus.gschema.xml
index 7dbacbee1..7d7d2a624 100644
--- a/data/org.gnome.nautilus.gschema.xml
+++ b/data/org.gnome.nautilus.gschema.xml
@@ -251,11 +251,6 @@
<summary>Whether the navigation window should be maximized</summary>
<description>Whether the navigation window should be maximized by default.</description>
</key>
- <key type="i" name="sidebar-width">
- <default>188</default>
- <summary>Width of the side pane</summary>
- <description>The default width of the side pane in new windows.</description>
- </key>
<key type="b" name="start-with-location-bar">
<default>true</default>
<summary>Show location bar in new windows</summary>