| Summary: | EditorCommand DelegatedUI should have better sizing rules | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Simon Kaegi <simon_kaegi> |
| Component: | Client | Assignee: | Mark Macdonald <mamacdon> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | fiedler.mf, grant_gayed, mamacdon |
| Version: | 2.0 | ||
| Target Milestone: | 3.0 M2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
Reduced min size to 250x100. Default size is still 600x400, but that can be overridden by the delegatedUI provider. http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=bed2ab8b8efabc09860e7f0a |
Currently we are using .delegatedUI { position: absolute; min-width: 600px; min-height: 400px; left: 150px; top: 150px; z-index: 150; } It would be better to set 600 and 400 as a default height and width and then set more lenient min and max width and height.