[PATCH 2/2] Hide header image on all but 800x600 displays (#712487).

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 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


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux