Issue Details (XML | Word | Printable)

Key: TWITTERFX-5
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: sherod
Reporter: sherod
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
twitterfx

Scroll bar on right hand side is obscured by OS window chrome

Created: 30/Dec/08 02:34 AM   Updated: 03/Jan/09 03:05 AM
Component/s: None
Affects Version/s: 0.1 Alpha
Fix Version/s: 0.15

Time Tracking:
Not Specified

Tags:


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
sherod added a comment - 03/Jan/09 03:05 AM
Pending release

I dynamically bound the width of the panels to the width of the scene.

Apparently scene.width != equal the value you set it to in initialisation, so you should do

width: bind scene.width

not

width: 620