Fix another chatbar size bug

This commit is contained in:
Benjamin Jemlich 2010-12-05 15:17:06 +01:00
parent be86148703
commit fcb681c19f

View File

@ -779,6 +779,7 @@ void MainWindow::setupView(bool toggle_minimize) {
wlTmp = Settings::LayoutCustom;
break;
}
qteChat->updateGeometry();
g.s.wlWindowLayout = wlTmp;
QRect geom = frameGeometry();