[Xfce4-commits] [xfce/thunar] 01/02: Expand the name column by default in details view (#11357)

noreply at xfce.org noreply at xfce.org
Wed Jun 29 21:05:35 CEST 2016


This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch master
in repository xfce/thunar.

commit cb3a2343128d6eacf6338d485b7d671f291071e6
Author: Armin Besirovic <armin.besirovic at gmail.com>
Date:   Wed Jun 29 21:03:03 2016 +0200

    Expand the name column by default in details view (#11357)
---
 thunar/thunar-details-view.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/thunar/thunar-details-view.c b/thunar/thunar-details-view.c
index ba418aa..d26b72a 100644
--- a/thunar/thunar-details-view.c
+++ b/thunar/thunar-details-view.c
@@ -276,6 +276,7 @@ thunar_details_view_init (ThunarDetailsView *details_view)
 
           /* add some spacing between the icon and the name */
           gtk_tree_view_column_set_spacing (details_view->columns[column], 2);
+          gtk_tree_view_column_set_expand (details_view->columns[column], TRUE);
         }
       else
         {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list