Place "Lock" dialog in the center of the screen
This commit is contained in:
parent
7990454c59
commit
b35e5f2e23
@ -9205,6 +9205,7 @@ Editor::lock ()
|
||||
delete _main_menu_disabler;
|
||||
_main_menu_disabler = new MainMenuDisabler;
|
||||
|
||||
lock_dialog->set_position (Gtk::WIN_POS_CENTER);
|
||||
lock_dialog->present ();
|
||||
|
||||
lock_dialog->get_window()->set_decorations (Gdk::WMDecoration (0));
|
||||
|
Loading…
Reference in New Issue
Block a user