|
Bugzilla – Full Text Bug Listing |
| Summary: | sw_single: different package name labels look odd (uppercase) | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Jakub Rusinek <kontakt> |
| Component: | YaST2 | Assignee: | Forgotten User h13THG8RK1 <forgotten_h13THG8RK1> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Minor | ||
| Priority: | P5 - None | CC: | forgotten_h13THG8RK1, lslezak, mmeeks |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | openSUSE 10.3 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
screenshot
Reproduction on release a test case |
||
not GTK specific... btw, something I dislike is the long progress bar labels with the download speed. Would look much better if we put the download speed inside the progress bar. Checkout what the Gnome HIG says about this: http://library.gnome.org/devel/hig-book/stable/controls-progress-bars.html.en We would of course have to add some new hooks to do that -- but not a big problem, is it? ;) I hope you can make YaST sexy for me :D . I could not reproduce it in 11.0-Beta2, it seems to be fixed - "zypper" was displayed correctly. To the Progress problem: that would require a change in Yast UI API. Ricardo, open another bug report for that... If true, then great. Created attachment 223244 [details]
Reproduction on release
Ricardo, you are right, I just have reproduced that. The problem is in the Gtk UI, the first character of `Progress widget is always displayed in uppercase. I'll attach a test case... Created attachment 223263 [details]
a test case
This test case opens a dialog with `Progress widget with label "progress". Qt and ncurses UI displays correctly "progress" while Gtk UI displays "Progress:".
Note also the colon at the end.
Alright then... :) Fixed. |
Created attachment 212095 [details] screenshot when yast is installing package, first letter near progressbar is uppercase. this looks ugly and shouldn't happen.