diff --git a/containments/panel/package/contents/ui/main.qml b/containments/panel/package/contents/ui/main.qml index 6b3261b0..b6e61d64 100644 --- a/containments/panel/package/contents/ui/main.qml +++ b/containments/panel/package/contents/ui/main.qml @@ -147,7 +147,7 @@ Item { DropShadow { anchors.fill: icons - visible: !showinApp + visible: !showingApp cached: true horizontalOffset: 0 verticalOffset: 1 diff --git a/containments/taskpanel/package/contents/ui/main.qml b/containments/taskpanel/package/contents/ui/main.qml index b3cdd7a4..45769537 100644 --- a/containments/taskpanel/package/contents/ui/main.qml +++ b/containments/taskpanel/package/contents/ui/main.qml @@ -105,7 +105,7 @@ PlasmaCore.ColorScope { DropShadow { anchors.fill: icons - visible: !showinApp + visible: !showingApp cached: true horizontalOffset: 0 verticalOffset: 1