| Summary: | [design] Logo area size should adapt to label width | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ralf Sternberg <rsternberg> | ||||
| Component: | Demo | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | 1.2 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Ralf Sternberg
Created attachment 140314 [details]
Screenshots that show the problem
> fdLogoArea.width = logo.getBounds().width * 2 +70;
Replaced the above code with logo width * 220 as a workaround.
Fixed and comitted to CVS HEAD. The new approach calculates the width from the logo and the wave area which includes the blue wave image. This is more generic than the workaround. Thanks for reporting this issue. |