Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wmww opened this issue Jun 7, 2023 · 0 comments
Open

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

wmww opened this issue Jun 7, 2023 · 0 comments

Comments

@wmww
Copy link
Owner

wmww commented Jun 7, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant