summaryrefslogtreecommitdiff
path: root/src/nautilus-global-preferences.h
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 /src/nautilus-global-preferences.h
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 'src/nautilus-global-preferences.h')
-rw-r--r--src/nautilus-global-preferences.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nautilus-global-preferences.h b/src/nautilus-global-preferences.h
index 53374aaef..6d3b0473c 100644
--- a/src/nautilus-global-preferences.h
+++ b/src/nautilus-global-preferences.h
@@ -59,7 +59,6 @@ typedef enum
/* Which views should be displayed for new windows */
#define NAUTILUS_WINDOW_STATE_INITIAL_SIZE "initial-size"
#define NAUTILUS_WINDOW_STATE_MAXIMIZED "maximized"
-#define NAUTILUS_WINDOW_STATE_SIDEBAR_WIDTH "sidebar-width"
/* Sorting order */
#define NAUTILUS_PREFERENCES_SORT_DIRECTORIES_FIRST "sort-directories-first"