Remove explicit positioning of overwrite_file_dialog.
ArdourDialog takes care of this.
This commit is contained in:
parent
be442690ba
commit
4898614f90
@ -937,7 +937,6 @@ ARDOUR_UI_UTILS::overwrite_file_dialog (Gtk::Window& parent, string title, strin
|
|||||||
dialog.get_vbox()->pack_start (label, true, true);
|
dialog.get_vbox()->pack_start (label, true, true);
|
||||||
dialog.add_button (Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL);
|
dialog.add_button (Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL);
|
||||||
dialog.add_button (_("Overwrite"), Gtk::RESPONSE_ACCEPT);
|
dialog.add_button (_("Overwrite"), Gtk::RESPONSE_ACCEPT);
|
||||||
dialog.set_position (Gtk::WIN_POS_MOUSE);
|
|
||||||
dialog.show_all ();
|
dialog.show_all ();
|
||||||
|
|
||||||
switch (dialog.run()) {
|
switch (dialog.run()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user