|
Bugzilla – Full Text Bug Listing |
| Summary: | yast2-dns-server GUI layout is broken and unusable | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Uwe Gansert <ug> |
| Component: | YaST2 | Assignee: | Lukas Ocilka <locilka> |
| Status: | RESOLVED FIXED | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | cihlarov, locilka |
| Version: | Beta 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Uwe Gansert
2005-08-11 10:25:56 UTC
OK, lets fix the UI with some funny UI hack :) "`opt(`vstretch)" doesn't work when it is inside `Top()
`Top (
`VBox (
`HBox (... `opt(`vstretch) ...)
`HBox (... `opt(`vstretch) ...)
)
)
I'll remove all `Top() from my DNS Server UI for this case...
`Left() squashes the `object to smallest than the minimum too... OK, fixed in the source code... I'll send a new yast2-dns-server package after it is approved by aj and I'll build a fast preview for i386. See my posts on yast2-hacker: This is the intended behaviour of an alignment widget. It does not make any sense to combine both `opt(`vstretch) and `Top(). Either you want your content stretched to take all available space, or you want it to keep its size and have it aligned. Hmm, there's no warning in the log that tu UI doesn't make sense :) On the other hand, the bug - DNS Server GUI - has been fixed already. Let's play the another game. |