# HG changeset patch # User Colin Clark # Date 1523529292 -3600 # Node ID 0b612372e82cdababa851a16c0d0d3d4be78c75a # Parent 24b920f7eaeaf517fd3de9ba43a82e30a16de0cd Fix #600: Window "Edit command results" with GTK3 has disproportionate spacing (OK with GTK2) https://github.com/BestImageViewer/geeqie/issues/600 diff -r 24b920f7eaea -r 0b612372e82c src/editors.c --- 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);