[Summary] Put Add track dialog on the center of the screen
authorNikolay <MPolianovskyi@wavesglobal.com>
Thu, 16 Oct 2014 15:03:41 +0000 (18:03 +0300)
committerNikolay <MPolianovskyi@wavesglobal.com>
Thu, 16 Oct 2014 15:03:41 +0000 (18:03 +0300)
gtk2_ardour/ardour_ui.cc

index b0a35418f250333841fa14a2ed9a17770c67a13f..c44b29e8c9dc02bd300027fece42a95d0a8d9d7e 100644 (file)
@@ -3406,6 +3406,7 @@ ARDOUR_UI::add_route (Gtk::Window* float_window)
        }
 
     _add_tracks_dialog->setup();
+    _add_tracks_dialog->set_position (WIN_POS_CENTER);
     int r = _add_tracks_dialog->run();
     
        switch (r) {