diff --git a/usr/lib/linuxmint/mintinstall/mintinstall.py b/usr/lib/linuxmint/mintinstall/mintinstall.py index 05ead786..721ca623 100755 --- a/usr/lib/linuxmint/mintinstall/mintinstall.py +++ b/usr/lib/linuxmint/mintinstall/mintinstall.py @@ -1119,7 +1119,7 @@ def get_low_res_screen(self): # If it's less than our threshold than consider us 'low res'. The workarea being used is in # app pixels, so hidpi will also be affected here regardless of device resolution. - if height < 768: + if height < 800: print("MintInstall: low resolution detected (%dpx height), limiting window height." % (height)) return True @@ -1391,7 +1391,7 @@ def load_banner(self): # This overrides the glade 800x600 defaults. 300 is excessively small so the window works # out its own minimum height. - self.main_window.set_default_geometry(800, 300) + self.main_window.set_default_size(800, 500) return for child in box.get_children(): diff --git a/usr/share/linuxmint/mintinstall/mintinstall.glade b/usr/share/linuxmint/mintinstall/mintinstall.glade index a6d74a2c..0bcb1c81 100644 --- a/usr/share/linuxmint/mintinstall/mintinstall.glade +++ b/usr/share/linuxmint/mintinstall/mintinstall.glade @@ -1,5 +1,5 @@ - + @@ -78,7 +78,7 @@ False center 800 - 650 + 685 center @@ -169,6 +169,7 @@ True False 10 + 8 vertical @@ -189,8 +190,9 @@ True False + 2 + 6 6 - 12 Featured 0 0 @@ -237,8 +239,9 @@ True False + 6 + 6 6 - 12 Categories 0 0 @@ -285,8 +288,9 @@ True False + 6 + 6 6 - 12 Top Rated 0 0