[Xfce4-commits] [xfce/thunar] 01/01: Reduce vertical space in Templates info popup

noreply at xfce.org noreply at xfce.org
Mon Mar 30 22:19:59 CEST 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       m   a   s   t   e   r   
   in repository xfce/thunar.

commit 48e6157775b83c621e894f1a77b15db468779341
Author: Theo Linkspfeifer <lastonestanding at tutanota.com>
Date:   Mon Mar 30 14:38:38 2020 +0200

    Reduce vertical space in Templates info popup
---
 thunar/thunar-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c
index cf709d0..f198d31 100644
--- a/thunar/thunar-window.c
+++ b/thunar/thunar-window.c
@@ -3212,7 +3212,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
       label = gtk_label_new (_("All files in this folder will appear in the \"Create Document\" menu."));
       gtk_label_set_xalign (GTK_LABEL (label), 0.0f);
       gtk_label_set_attributes (GTK_LABEL (label), thunar_pango_attr_list_big_bold ());
-      gtk_label_set_line_wrap (GTK_LABEL (label), TRUE);
+      gtk_label_set_line_wrap (GTK_LABEL (label), FALSE);
       gtk_box_pack_start (GTK_BOX (vbox), label, FALSE, FALSE, 0);
       gtk_widget_show (label);
 

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


More information about the Xfce4-commits mailing list