Summary: | tab-close icon doesn't follow stock icon theme in almost all widget styles | ||
---|---|---|---|
Product: | [Plasma] Oxygen | Reporter: | acidrums4 <acidrums4+stuff> |
Component: | style | Assignee: | Hugo Pereira Da Costa <hugo.pereira.da.costa> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | cfeck, hugo.pereira.da.costa |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Preview of the issue. |
Description
acidrums4
2012-02-06 22:24:13 UTC
> I thought widget styles followed Oxygen icon theme by default The close button graphics is not an icon, but an "element" of the style (same as checkboxes, arrows etc.) It would be possible to add code to the Oxygen style to load an icon for the close button, but the next bug report would be about the checkbox or the arrow glyphs not be loaded from the icon set. If you want a style with customizable graphics, look at http://kde-look.org/content/show.php/QuantumStyle?content=101088 > It would be possible to add code to the Oxygen style to load an icon for the
> close button, but the next bug report would be about the checkbox or the arrow
> glyphs not be loaded from the icon set.
That doesn't make any sense, as far as I know icon themes doesn't have any icon for checkbox/arrow glyphs. But you're right about that those elements are drawn by widget styles. Why QtCurve doesn't do that?
ok. In fact, I can reproduce, and only if blur is enabled. oops wrong bug Git commit eebc1a5ed1d60ca5a8df9ec221e5ad1aaca54dd7 by Hugo Pereira Da Costa. Committed on 08/02/2012 at 15:31. Pushed by hpereiradacosta into branch 'master'. use dialog-close icon for tab close. M +27 -1 kstyles/oxygen/oxygenstyle.cpp M +6 -0 kstyles/oxygen/oxygenstyle.h http://commits.kde.org/kde-workspace/eebc1a5ed1d60ca5a8df9ec221e5ad1aaca54dd7 Thank you so much for fixing it! |