Keep Ardour dialog on top of parent

This commit is contained in:
Robin Gareus 2023-06-10 21:36:31 +02:00
parent b3f9b38088
commit 16030f63a1
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ ArdourDialog::ArdourDialog (Gtk::Window& parent, const string& title, bool modal
{
init ();
set_position (Gtk::WIN_POS_CENTER_ON_PARENT);
set_transient_for (parent);
}
ArdourDialog::~ArdourDialog ()