bind the panel again to the config dialog

wilder-5.14
Marco Martin 13 years ago
parent 1c846350c5
commit 7854da7476
  1. 2
      panelconfigview.cpp

@ -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);
}

Loading…
Cancel
Save