“hint menu” windows are resizeable on Linux but not on Windows,
that's why it's better to use the “hint utility” type instead.
* The mainframe is not a floating window and is not created using this function so the user
* minimizes the application by minimizing the mainframe.
*/
- gtk_window_set_type_hint( window, GDK_WINDOW_TYPE_HINT_MENU );
+ gtk_window_set_type_hint( window, GDK_WINDOW_TYPE_HINT_UTILITY );
if ( parent ) {
gtk_window_set_transient_for( window, parent );