|
Bugzilla – Full Text Bug Listing |
| Summary: | software repositories: make the dialog friendly for low-res screen | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | macias - <bluedzins> |
| Component: | YaST2 | Assignee: | Ladislav Slezák <lslezak> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P4 - Low | CC: | dmacvicar, tgoettlicher |
| Version: | Beta 3 | ||
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
SR dialog
Screen shot: Current status if resized too small |
||
|
Description
macias -
2008-10-29 11:28:17 UTC
Created attachment 248568 [details]
SR dialog
When I look at the screenshot I wonder whether it makes sense to use a tree widget to select repos or services. Using tabs would save a lot of space. I vote for that! AFAICS the behaviour changed in the meantime: The wizard navigation buttons ([Cancel] [Back] [OK] - uh - why do we have [Back] there anyway?) retain their size, but the module-specific buttons [Add] [Edit] [Delete] ... are getting too small. This layout could be optimized some more for that pathological "much-too-small" resize case: Give the layout box containing the table a VWeight(1) to lower its layout priority, also the layout box containing the frame (that shouldn't be there anyway), also the layout box or replace point containing the rich text widget. YDialogSpy (Ctrl-Shift-Alt-Y) shows that there are quite some widgets in the layout that could be removed or simplified (use MarginBox instead of multiple layers of VBox/HBox with VSpacings/HSpacings everywhere). Lada, please notify me if you need assistance for that. Created attachment 248618 [details]
Screen shot: Current status if resized too small
The problem with the tree widget is already reported in bug #433857, here I'll focus on the layout problem mentioned in comment #4. The problem with too small buttons has been fixed in Yast SVN trunk (openSUSE-11.2) Submitted in yast2-packager-2.18.0. (openSUSE-11.2) |