signals to update free area

--more specific when the normalThickness or
shadow size are changed
pull/1/head
Michail Vourlakos 8 years ago
parent b2b4517ba8
commit f3dbd30ec1

@ -158,6 +158,9 @@ void DockView::init()
connect(&m_theme, &Plasma::Theme::themeChanged, this, &DockView::themeChanged);
connect(this, SIGNAL(normalThicknessChanged()), corona(), SIGNAL(availableScreenRectChanged()));
connect(this, SIGNAL(shadowChanged()), corona(), SIGNAL(availableScreenRectChanged()));
rootContext()->setContextProperty(QStringLiteral("dock"), this);
setSource(corona()->kPackage().filePath("lattedockui"));
setVisible(true);

Loading…
Cancel
Save