Summary: | Improve the layout of items in the wallpaper selection | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Elias Probst <mail> |
Component: | containment-desktop | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | andresbajotierra |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Screenshot highlighting the described issues of the report.
Screenshot showing further alignment issues in the wallpaper dialog. |
Description
Elias Probst
2010-03-27 14:43:21 UTC
Created attachment 42291 [details]
Screenshot highlighting the described issues of the report.
Fix proposal at http://reviewboard.kde.org/r/3417 Created attachment 42323 [details]
Screenshot showing further alignment issues in the wallpaper dialog.
Wow, this was a really fast fix - thank you! The changes look great so far. Didn't have the time yet to actually testing them.
Unfortunately I found 2 more layout issues in the dialog. Maybe you'll find time to look at this too (see attached screenshot).
Thanks a lot!
The last issue you mentioned would be more difficult to fix because, technically, the first combobox and the other elements below belong to two different widgets. The Type combobox let's you choose which kind of wallpaper to use. And each kind of wallpaper has its own configuration widget. (try changing the Type, and the widgets below will change) May be there is a way to standarize the margins or something... SVN commit 1108826 by aseigo: wallpaper selector in a grid, fix up various painting issues with the text based on a patch by Darío Andrés BUG:232348 M +64 -57 backgrounddelegate.cpp M +5 -2 backgrounddelegate.h M +16 -6 backgroundlistmodel.cpp M +1 -0 backgroundlistmodel.h M +5 -54 image.cpp M +0 -2 image.h M +14 -48 imageconfig.ui WebSVN link: http://websvn.kde.org/?view=rev&revision=1108826 Great! Thanks a lot Aaron and Dario! |