View Issue Details

IDProjectCategoryView StatusLast Update
0002730ardourotherpublic2009-06-14 18:37
Reportertinram Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status newResolutionopen 
Product VersionSVN/2.0-ongoing 
Summary0002730: Display the quit dialog in the middle of the screen
DescriptionJust 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.
TagsNo tags attached.

Activities

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 ();

Issue History

Date Modified Username Field Change
2009-06-14 18:37 tinram New Issue
2009-06-14 18:37 tinram File Added: Ardour_center_quit_dialog.patch