[nautilus] list-view: Do not set multiple margins on the column chooser.



commit b468a3f6a62256b09218d6a53119595475e16188
Author: Robert Mibus <mibus google com>
Date:   Mon May 15 20:38:41 2017 +1000

    list-view: Do not set multiple margins on the column chooser.
    
    There is already a margin set, so setting a left-margin creates a noticeably asymmetric effect.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=782079

 src/nautilus-list-view.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-list-view.c b/src/nautilus-list-view.c
index 85fcfaf..759e3b1 100644
--- a/src/nautilus-list-view.c
+++ b/src/nautilus-list-view.c
@@ -3053,7 +3053,6 @@ create_column_editor (NautilusListView *view)
     g_free (str);
 
     column_chooser = nautilus_column_chooser_new (file);
-    gtk_widget_set_margin_start (column_chooser, 12);
     gtk_widget_show (column_chooser);
     gtk_box_pack_start (GTK_BOX (box), column_chooser, TRUE, TRUE, 0);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]