You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: