realign the panel when size changes

inthe case the panel is centered or at right, it has to be moved as well
This commit is contained in:
Marco Martin 2014-02-19 16:18:22 +01:00
parent bd0ccdebf7
commit 2be97bdcdc

View File

@ -527,6 +527,7 @@ void PanelView::resizeEvent(QResizeEvent *ev)
}
}
m_positionPaneltimer.start();
PlasmaQuickView::resizeEvent(ev);
}