Commit a41f78dd authored by Victor Ananjevsky's avatar Victor Ananjevsky

fix setting initial window size

parent c3b52c1f
......@@ -604,6 +604,7 @@ create_dialog (void)
gtk_widget_show_all (dlg);
parse_geometry ();
gtk_window_resize (GTK_WINDOW (dlg), options.data.width, options.data.height);
gtk_window_set_resizable (GTK_WINDOW (dlg), !options.data.fixed);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment