changeset 2744:0b612372e82c

Fix #600: Window "Edit command results" with GTK3 has disproportionate spacing (OK with GTK2) https://github.com/BestImageViewer/geeqie/issues/600
author Colin Clark <colin.clark@cclark.uk>
date Thu, 12 Apr 2018 11:34:52 +0100
parents 24b920f7eaea
children 86dad5529aed 8bab8ac8ade0
files src/editors.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/editors.c	Wed Apr 11 16:23:10 2018 +0100
+++ b/src/editors.c	Thu Apr 12 11:34:52 2018 +0100
@@ -553,7 +553,7 @@
 				   NULL, FALSE,
 				   NULL, ed);
 	buf = g_strdup_printf(_("Output of %s"), text);
-	generic_dialog_add_message(vd->gd, NULL, buf, NULL, TRUE);
+	generic_dialog_add_message(vd->gd, NULL, buf, NULL, FALSE);
 	g_free(buf);
 	vd->button_stop = generic_dialog_add_button(vd->gd, GTK_STOCK_STOP, NULL,
 						   editor_verbose_window_stop, FALSE);