Fix #600: Window "Edit command results" with GTK3 has disproportionate spacing (OK...
authorColin Clark <colin.clark@cclark.uk>
Thu, 12 Apr 2018 10:34:52 +0000 (11:34 +0100)
committerColin Clark <colin.clark@cclark.uk>
Thu, 12 Apr 2018 10:34:52 +0000 (11:34 +0100)
https://github.com/BestImageViewer/geeqie/issues/600

src/editors.c

index 0ffe71b..2ddc34b 100644 (file)
@@ -553,7 +553,7 @@ static EditorVerboseData *editor_verbose_window(EditorData *ed, const gchar *tex
                                   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);