From 4346087adc4057aae9a84c18cdfd87db2aafdac0 Mon Sep 17 00:00:00 2001 From: Corey Berla Date: Mon, 2 Jan 2023 17:10:08 -0800 Subject: 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. --- src/resources/ui/nautilus-column-chooser.ui | 174 ++++++++++++++++------------ 1 file changed, 100 insertions(+), 74 deletions(-) (limited to 'src/resources/ui/nautilus-column-chooser.ui') diff --git a/src/resources/ui/nautilus-column-chooser.ui b/src/resources/ui/nautilus-column-chooser.ui index 24cce3de7..512117c1c 100644 --- a/src/resources/ui/nautilus-column-chooser.ui +++ b/src/resources/ui/nautilus-column-chooser.ui @@ -13,93 +13,119 @@ -