put the overlay in popup for the setConfigurationrequired applets
busy spinner remains into the panel svn path=/trunk/KDE/kdelibs/; revision=1020865
This commit is contained in:
parent
38e309aec5
commit
4fdea87216
@ -956,7 +956,7 @@ void Applet::setConfigurationRequired(bool needsConfig, const QString &reason)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
d->createMessageOverlay(false);
|
d->createMessageOverlay(true);
|
||||||
d->messageOverlay->opacity = 0.4;
|
d->messageOverlay->opacity = 0.4;
|
||||||
|
|
||||||
QGraphicsGridLayout *configLayout = new QGraphicsGridLayout(d->messageOverlay);
|
QGraphicsGridLayout *configLayout = new QGraphicsGridLayout(d->messageOverlay);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user