Review Request: fix kwin tabbox shadow
Marco Martin
notmart at gmail.com
Mon Jan 7 11:51:47 UTC 2013
On Monday 07 January 2013, Martin Gräßlin wrote:
> > if that's so, then all that needs be done is to add the shadows by
> > name in the rendering in the tabbox. shadow-top, etc. this can be
> > done easily in the QML itself, and the problem would be solved.
>
> erm how?
>
> PlasmaCore.FrameSvgItem {
> id: shadowTop
> imagePath: "shadow-top"
> }
>
> and if that's possible it should be done for all the OSD and everything
> which does not have a problem with shadows being part of the window for
> performance reasons.
the following should work fine:
PlasmaCore.FrameSvgItem {
id: shadow
svg:Svg{imagePath: "shadow"}
}
--
Marco Martin
More information about the Plasma-devel
mailing list