Set the panel config to the same screen as the panel
This commit is contained in:
parent
4336262d31
commit
36e4a45377
@ -40,6 +40,8 @@ PanelConfigView::PanelConfigView(Plasma::Containment *containment, PanelView *pa
|
||||
m_containment(containment),
|
||||
m_panelView(panelView)
|
||||
{
|
||||
setScreen(panelView->screen());
|
||||
connect(panelView, &PanelView::screenChanged, [=](QScreen *screen){setScreen(screen); syncGeometry();});
|
||||
|
||||
setFlags(Qt::FramelessWindowHint);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user