We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2026925 commit 530f170Copy full SHA for 530f170
distrho/extra/WebViewImpl.cpp
@@ -1137,7 +1137,7 @@ static bool gtk3(Display* const display,
1137
GtkWidget* const window = gtk_plug_new(winId);
1138
DISTRHO_SAFE_ASSERT_RETURN(window != nullptr, false);
1139
1140
- gtk_window_set_default_size(GTK_WINDOW(window), width - x, height - y);
+ gtk_window_set_default_size(GTK_WINDOW(window), width, height);
1141
gtk_window_move(GTK_WINDOW(window), x, y);
1142
1143
WebKitSettings* const settings = webkit_settings_new();
0 commit comments