Don't set scroll bars to minimum after creation layout.

--HG--
branch : develop
This commit is contained in:
dismine 2014-10-28 15:37:26 +02:00
parent 329c459448
commit 4bbe378b09

View File

@ -723,7 +723,6 @@ void MainWindow::ShowToolTip(const QString &toolTip)
void MainWindow::tableClosed()
{
show();
MinimumScrollBar();
}
//---------------------------------------------------------------------------------------------------------------------