Bug 7518 - screen.bounds has to be hard-coded in Framework.lua
: screen.bounds has to be hard-coded in Framework.lua
Status: CLOSED FIXED
Product: SB Desktop
Classification: Unclassified
Component: UI
: unspecified
: Macintosh Other
: -- normal (vote)
: 7.0.1
Assigned To: Richard Titmuss
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-03-14 10:51 UTC by Ben Klaas
Modified: 2008-05-15 12:29 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Klaas 2008-03-14 10:51:53 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
Comment 1 Richard Titmuss 2008-04-02 03:42:48 UTC
I fixed this last week.
Comment 2 James Richardson 2008-05-13 16:34:19 UTC
Verified fixed in 7.0.1 - 19608
Comment 3 James Richardson 2008-05-15 12:29:17 UTC
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