Make database window come up maximized.
This commit is contained in:
parent
86cdcbe06a
commit
1c48b1945c
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ void MasterController::openSqlWindowForConnection(size_t connection_index)
|
||||||
auto w = new DatabaseWindow(this, nullptr);
|
auto w = new DatabaseWindow(this, nullptr);
|
||||||
w->setAttribute( Qt::WA_DeleteOnClose );
|
w->setAttribute( Qt::WA_DeleteOnClose );
|
||||||
w->setConfig(cc);
|
w->setConfig(cc);
|
||||||
w->show();
|
w->showMaximized();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue