mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
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
This commit is contained in:
parent
09a71b4392
commit
e286cce399
1 changed files with 1 additions and 0 deletions
|
|
@ -173,6 +173,7 @@ PluginUIWindow::PluginUIWindow (
|
||||||
if (h > 600) h = 600;
|
if (h > 600) h = 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
set_border_width (0);
|
||||||
set_default_size (w, h);
|
set_default_size (w, h);
|
||||||
set_resizable (_pluginui->resizable());
|
set_resizable (_pluginui->resizable());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue