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
Use GTK compat function with WEBVIEW_HINT_FIXED (#1322)
gtk_widget_set_size_request() was called when WEBVIEW_HINT_FIXED was
passed into webview_set_size(). That function is meant to set a minimum
size.
Instead we can call gtk_window_set_default_size() (GTK 4) or
gtk_window_resize() (GTK 3).
0 commit comments