remove keep above since parent now works

This commit is contained in:
Chris Cromer 2019-01-05 19:30:33 -03:00
parent df8cc3cfaa
commit 71c3960525
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ namespace Sernatur {
private void menu_tours(Gtk.MenuItem menu_item) {
tour_window = new TourWindow (application);
tour_window.set_transient_for (this); // Set this window as the parent of the new window
tour_window.set_keep_above (true);
tour_window.present ();
}