summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_dialog.cc
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2015-03-15 06:25:06 +1100
committernick_m <mainsbridge@gmail.com>2015-03-15 06:25:06 +1100
commit8a37c1cd83b5ef285f697fbed706c7b4ec0007c4 (patch)
tree3e8e909726362334607ad35a8e352414acb825af /gtk2_ardour/ardour_dialog.cc
parent4e865a1c54710ae27d030b762736b6c65fc3d58c (diff)
Non-transient ArdourDialogs and ArdourWindows appear in the centre
of the screen initially (first use in a new session) rather than at the mouse position.
Diffstat (limited to 'gtk2_ardour/ardour_dialog.cc')
-rw-r--r--gtk2_ardour/ardour_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_dialog.cc b/gtk2_ardour/ardour_dialog.cc
index 34027ca0c3..37327b2c91 100644
--- a/gtk2_ardour/ardour_dialog.cc
+++ b/gtk2_ardour/ardour_dialog.cc
@@ -40,7 +40,7 @@ ArdourDialog::ArdourDialog (string title, bool modal, bool use_seperator)
, _splash_pushed (false)
{
init ();
- set_position (Gtk::WIN_POS_MOUSE);
+ set_position (Gtk::WIN_POS_CENTER);
}
ArdourDialog::ArdourDialog (Gtk::Window& parent, string title, bool modal, bool use_seperator)