From e286cce3991ad650ccdac3bc4c283afe24e4618b Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 26 Aug 2019 16:28:03 +0200 Subject: [PATCH 1/1] Borderless plugin UIs This removes a border painted in the host's UI theme color around any plugin UI. This results in a much nicer look/feel for plugin-UIs that have their own theme --- gtk2_ardour/plugin_ui.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/plugin_ui.cc b/gtk2_ardour/plugin_ui.cc index d0980b0df6..0524ebb235 100644 --- a/gtk2_ardour/plugin_ui.cc +++ b/gtk2_ardour/plugin_ui.cc @@ -173,6 +173,7 @@ PluginUIWindow::PluginUIWindow ( if (h > 600) h = 600; } + set_border_width (0); set_default_size (w, h); set_resizable (_pluginui->resizable()); } -- 2.30.2