Resize About dialog to minimum size, even out layout spacings and open it as a dialog
This commit is contained in:
@@ -523,7 +523,7 @@ void MainWindow::updateWindowTitle()
|
||||
void MainWindow::showAboutDialog()
|
||||
{
|
||||
AboutDialog* aboutDialog = new AboutDialog(this);
|
||||
aboutDialog->show();
|
||||
aboutDialog->open();
|
||||
}
|
||||
|
||||
void MainWindow::switchToDatabases()
|
||||
|
||||
Reference in New Issue
Block a user