mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 14:07:38 +03:00
Resize About dialog to minimum size, even out layout spacings and open it as a dialog
This commit is contained in:
parent
f25ad83a02
commit
204bf81dd1
3 changed files with 62 additions and 8 deletions
|
@ -523,7 +523,7 @@ void MainWindow::updateWindowTitle()
|
|||
void MainWindow::showAboutDialog()
|
||||
{
|
||||
AboutDialog* aboutDialog = new AboutDialog(this);
|
||||
aboutDialog->show();
|
||||
aboutDialog->open();
|
||||
}
|
||||
|
||||
void MainWindow::switchToDatabases()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue