--- src/firstbootWindow.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/firstbootWindow.py b/src/firstbootWindow.py index 3e2615a..894d0dc 100644 --- a/src/firstbootWindow.py +++ b/src/firstbootWindow.py @@ -62,6 +62,7 @@ class firstbootWindow: # Create the initial window and a vbox to fill it with. self.win = gtk.Window() + self.win.set_keep_below(True) self.win.set_position(gtk.WIN_POS_CENTER) self.win.set_decorated(False) -- 1.6.5.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list