Fix #543: Size of dialog windows in the GTK3 version is too small
[geeqie.git] / src / layout.c
index 21a9c1b..f50d683 100644 (file)
@@ -2489,6 +2489,10 @@ void layout_write_config(LayoutWindow *lw, GString *outstr, gint indent)
        bar_sort_write_config(lw->bar_sort, outstr, indent + 1);
        bar_write_config(lw->bar, outstr, indent + 1);
 
+       WRITE_SEPARATOR();
+       generic_dialog_windows_write_config(outstr, indent + 1);
+
+       WRITE_SEPARATOR();
        layout_toolbar_write_config(lw, TOOLBAR_MAIN, outstr, indent + 1);
 
        WRITE_NL(); WRITE_STRING("</layout>");