Bugzilla – Bug 7518
screen.bounds has to be hard-coded in Framework.lua
Last modified: 2008-05-15 12:29:17 UTC
I have to add this to Framework.lua for an 800x600 window or the menu window gets scrunched up into the top 240x320 corner of the 800x600 window. === Framework.lua ================================================================== --- Framework.lua (revision 19911) +++ Framework.lua (local) @@ -92,7 +92,7 @@ soundEnabled = {} -- sound enabled state screen = {} -screen.bounds = { 0, 0, 240, 320 } +screen.bounds = { 0, 0, 800, 600 } screen.bpp = 16 -- Put default global settings here
I fixed this last week.
Verified fixed in 7.0.1 - 19608
This bug has recently been fixed in the latest release of SqueezeCenter 7.0.1 Please try that version, if you still see the error, then reopen this bug. To download this version, please navigate to: http://www.slimdevices.com/su_downloads.html