--- gui.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gui.py b/gui.py index a4480d1..e30be09 100755 --- a/gui.py +++ b/gui.py @@ -1563,7 +1563,7 @@ class InstallControlWindow: else: # Normal install, full screen self.window.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_DESKTOP) - if gtk.gdk.screen_height() < 600: + if gtk.gdk.screen_height() != 600: i.hide() width = None -- 1.7.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list