GNOME Bugzilla – Bug 665596
gtk_window_set_default_size() does not work on fixed-size windows
Last modified: 2014-12-08 04:50:54 UTC
Created attachment 202830 [details] Test case In both GTK+ 2.x and 3.x, gtk_window_set_default_size() does not work correctly with fixed-size windows (i.e., windows on which gtk_window_set_resizable(FALSE) has been called). On GTK+ 2.x, the window instead goes to its minimum size. On GTK+ 3.x, the window instead goes to the "natural" size of the widgets inside it. I am attaching a simple test case; the bug appears when line 9 is uncommented.
Created attachment 202831 [details] Screenshots with various configurations Just noting that the GTK+ versions I have installed are 2.24.8 and 3.2.2.
this has always been the case. I don't think we can change it.