Changed paths:
M src/gtk/win_gtk.cpp
M src/gtk/window.cpp
Log Message:
-----------
Stop setting GTK size-request on widgets managed by wxPizza
Setting the size-request is not necessary, as wxPizza does not use it to
determine the sizes of its children. But it can cause GTK to complain, when
resizing a window smaller. Not setting avoids many Gtk-WARNING debug messages
of the form:
"gtk_widget_size_allocate(): attempt to underallocate wxPizza's child X"