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 7b3235f commit 40009bfCopy full SHA for 40009bf
packages/desktop_webview_window/linux/webview_window.cc
@@ -92,7 +92,7 @@ WebviewWindow::WebviewWindow(
92
fl_plugin_registry_get_registrar_for_plugin(FL_PLUGIN_REGISTRY(title_bar), "DesktopWebviewWindowPlugin");
93
client_message_channel_plugin_register_with_registrar(desktop_webview_window_registrar);
94
95
- gtk_widget_set_size_request(GTK_WIDGET(title_bar), 200, title_bar_height);
+ gtk_widget_set_size_request(GTK_WIDGET(title_bar), -1, title_bar_height);
96
gtk_widget_set_vexpand(GTK_WIDGET(title_bar), FALSE);
97
gtk_box_pack_start(box_, GTK_WIDGET(title_bar), FALSE, FALSE, 0);
98
0 commit comments