|
|
@ -516,13 +516,15 @@ Item{
|
|
|
|
|| (root.forceTransparentPanel && plasmoid.configuration.shadows>0 && applet.pluginName !== root.plasmoidName)) /*on forced transparent state*/
|
|
|
|
|| (root.forceTransparentPanel && plasmoid.configuration.shadows>0 && applet.pluginName !== root.plasmoidName)) /*on forced transparent state*/
|
|
|
|
|
|
|
|
|
|
|
|
onActiveChanged: {
|
|
|
|
onActiveChanged: {
|
|
|
|
if (active) {
|
|
|
|
if (active && !isSeparator) {
|
|
|
|
wrapperContainer.opacity = 0;
|
|
|
|
wrapperContainer.opacity = 0;
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
wrapperContainer.opacity = 1;
|
|
|
|
wrapperContainer.opacity = 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
opacity: isSeparator ? 0.4 : 1
|
|
|
|
|
|
|
|
|
|
|
|
sourceComponent: DropShadow{
|
|
|
|
sourceComponent: DropShadow{
|
|
|
|
anchors.fill: parent
|
|
|
|
anchors.fill: parent
|
|
|
|
color: root.appShadowColor //"#ff080808"
|
|
|
|
color: root.appShadowColor //"#ff080808"
|
|
|
|