Merge branch 'KDE/4.9' into KDE/4.10
This commit is contained in:
commit
3f1e310891
@ -237,7 +237,7 @@ void AppletHandle::paint(QPainter *painter, const QStyleOptionGraphicsItem *opti
|
|||||||
|
|
||||||
QLinearGradient g(QPoint(0, 0), QPoint(m_decorationRect.width(), 0));
|
QLinearGradient g(QPoint(0, 0), QPoint(m_decorationRect.width(), 0));
|
||||||
//fading out panel
|
//fading out panel
|
||||||
if (m_applet->backgroundHints() != Plasma::Applet::NoBackground &&
|
if (m_applet && m_applet->backgroundHints() != Plasma::Applet::NoBackground &&
|
||||||
m_rect.height() > qreal(minimumHeight()) * 1.25) {
|
m_rect.height() > qreal(minimumHeight()) * 1.25) {
|
||||||
if (m_buttonsOnRight) {
|
if (m_buttonsOnRight) {
|
||||||
qreal opaquePoint =
|
qreal opaquePoint =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user