Open CodingHashira opened 3 months ago
Cosmic is the new Desktop Environment in Linux that handles windows slightly different than rest of the DE.
These are some issues in Cosmic
setMaximumSize
setMinimumSize
gtk_window_set_default_size(window, 440, 680);
setMinimizable
setMaximizable
Cosmic is the new Desktop Environment in Linux that handles windows slightly different than rest of the DE.
These are some issues in Cosmic
setMaximumSize
andsetMinimumSize
in release modegtk_window_set_default_size(window, 440, 680);
doesn't worksetMinimizable
&setMaximizable
set to false