[Xfce4-commits] [xfce/thunar] 01/01: Avoid unreadable names in detailed view (Bug #16391)
noreply at xfce.org
noreply at xfce.org
Sat Feb 15 22:27:45 CET 2020
This is an automated email from the git hooks/post-receive script.
a l e x p u s h e d a c o m m i t t o b r a n c h x f c e - 4 . 1 4
in repository xfce/thunar.
commit 85cea710fe895999957fe12f8a37a0cdcf467da7
Author: Theo Linkspfeifer <lastonestanding at 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.
More information about the Xfce4-commits
mailing list