wmww / gtk-layer-shell

A library to create panels and other desktop components for Wayland using the Layer Shell protocol
GNU General Public License v3.0
319 stars 16 forks source link

Flutter: window's don't show up unless given an explicit size #167

Open wmww opened 1 year ago

wmww commented 1 year ago

On Flutter, windows don't show up unless an explicit size is specified. Might be related to #143. Calling gtk_widget_set_size_request(GTK_WIDGET(window), 200, 200); (with any values > 0) fixes this.

Fixed by #166.