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

alex pushed a 
commit to branch 
xfce-4.14
in repository xfce/thunar.

commit 85cea710fe895999957fe12f8a37a0cdcf467da7
Author: Theo Linkspfeifer <lastonestand...@tutanota.com>
Date:   Sat Feb 15 16:41:33 2020 +0100

    Avoid unreadable names in detailed view (Bug #16391)
---
 thunar/thunar-details-view.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thunar/thunar-details-view.c b/thunar/thunar-details-view.c
index 5dabad6..9409663 100644
--- a/thunar/thunar-details-view.c
+++ b/thunar/thunar-details-view.c
@@ -269,7 +269,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
 
           /* add the name renderer */
           g_object_set (G_OBJECT (THUNAR_STANDARD_VIEW 
(details_view)->name_renderer),
-                        "xalign", 0.0, "ellipsize", PANGO_ELLIPSIZE_END, NULL);
+                        "xalign", 0.0, "ellipsize", PANGO_ELLIPSIZE_END, 
"width-chars", 30, NULL);
           gtk_tree_view_column_pack_start (details_view->columns[column], 
THUNAR_STANDARD_VIEW (details_view)->name_renderer, TRUE);
           gtk_tree_view_column_set_attributes (details_view->columns[column], 
THUNAR_STANDARD_VIEW (details_view)->name_renderer,
                                                "text", THUNAR_COLUMN_NAME,

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to