From 48e6157775b83c621e894f1a77b15db468779341 Mon Sep 17 00:00:00 2001
From: Theo Linkspfeifer <lastonestanding@tutanota.com>
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 cf709d027..f198d3184 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);
 
-- 
GitLab