diff --git a/src/shell/panelview.cpp b/src/shell/panelview.cpp index 125a20494..37610ce2b 100644 --- a/src/shell/panelview.cpp +++ b/src/shell/panelview.cpp @@ -20,6 +20,7 @@ #include +#include #include #include @@ -33,9 +34,11 @@ PanelView::PanelView(Plasma::Corona *corona, QWindow *parent) setClearBeforeRendering(true); setColor(QColor(Qt::transparent)); setFlags(Qt::FramelessWindowHint); + KWindowSystem::setType(winId(), NET::Dock); //TODO: how to take the shape from the framesvg? KWindowEffects::enableBlurBehind(winId(), true); + } PanelView::~PanelView()