summaryrefslogtreecommitdiff
path: root/src/resources/nautilus.gresource.xml
diff options
context:
space:
mode:
authorCorey Berla <corey@berla.me>2023-01-02 17:10:08 -0800
committerCorey Berla <corey@berla.me>2023-05-04 21:32:59 +0000
commit4346087adc4057aae9a84c18cdfd87db2aafdac0 (patch)
treee8427d91141580eabf49a5b47d4aaf99effdbd95 /src/resources/nautilus.gresource.xml
parent7c5f51739adc1c0abf60e1ac88f9cf9c4ce1aa97 (diff)
downloadnautilus-4346087adc4057aae9a84c18cdfd87db2aafdac0.tar.gz
column-chooser: Subclass AdwWindow instead of GtkBox
We were subclassing from GtkBox and then, list-view created a list-view-column-editor which subclassed from AdwWindow to add the column-chooser. It's a lot of extra code / complexity for something that is only used in list-view. This also allows us to directly use column-chooser within list-view. Also drop the list description label, in preparation for the switch to GtkListBox.
Diffstat (limited to 'src/resources/nautilus.gresource.xml')
-rw-r--r--src/resources/nautilus.gresource.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resources/nautilus.gresource.xml b/src/resources/nautilus.gresource.xml
index 87eb657e5..f1e9b41e2 100644
--- a/src/resources/nautilus.gresource.xml
+++ b/src/resources/nautilus.gresource.xml
@@ -11,7 +11,6 @@
<file>ui/nautilus-view-controls.ui</file>
<file>ui/nautilus-toolbar-view-menu.ui</file>
<file>ui/nautilus-column-chooser.ui</file>
- <file>ui/nautilus-list-view-column-editor.ui</file>
<file>ui/nautilus-create-folder-dialog.ui</file>
<file>ui/nautilus-compress-dialog.ui</file>
<file>ui/nautilus-rename-file-popover.ui</file>