bind the panel again to the config dialog

This commit is contained in:
Marco Martin 2013-04-26 10:46:42 +02:00
parent 7301f6d8b7
commit f6765fda8c

View File

@ -43,6 +43,8 @@ PanelConfigView::PanelConfigView(Plasma::Containment *containment, PanelView *pa
setFlags(Qt::FramelessWindowHint);
engine()->rootContext()->setContextProperty("panel", panelView);
engine()->rootContext()->setContextProperty("configDialog", this);
connect(containment, &Plasma::Containment::formFactorChanged,
this, &PanelConfigView::syncGeometry);
}