From c7bd87de2693aed76252e466b404538ddbe2734b Mon Sep 17 00:00:00 2001 From: Theo Linkspfeifer Date: Mon, 30 Mar 2020 14:38:38 +0200 Subject: [PATCH] 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 cf709d02..f198d318 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); -- 2.25.1