View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002730 | ardour | other | public | 2009-06-14 18:37 | 2009-06-14 18:37 |
| Reporter | tinram | Assigned To | |||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | new | Resolution | open | ||
| Product Version | SVN/2.0-ongoing | ||||
| Summary | 0002730: Display the quit dialog in the middle of the screen | ||||
| Description | Just a little patch to center the quit dialog asking you to save/ignore changes. Think it's better to display it in the center of the window instead of under the mouse cursor. For svn 2.0 and svn 3.0. | ||||
| Tags | No tags attached. | ||||
|
2009-06-14 18:37
|
Ardour_center_quit_dialog.patch (581 bytes)
*** ardour_ui.cc.old 2009-02-24 13:37:42.000000000 +0100
--- ardour_ui.cc 2009-06-14 20:19:27.000000000 +0200
***************
*** 810,816 ****
window.get_vbox()->pack_start (dhbox);
window.set_name (_("Prompter"));
! window.set_position (Gtk::WIN_POS_MOUSE);
window.set_modal (true);
window.set_resizable (false);
window.show_all ();
--- 810,816 ----
window.get_vbox()->pack_start (dhbox);
window.set_name (_("Prompter"));
! window.set_position (Gtk::WIN_POS_CENTER);
window.set_modal (true);
window.set_resizable (false);
window.show_all ();
|