Made License and Authors dialogs a bit bigger.
This commit is contained in:
parent
af7c63155e
commit
3b73fc6494
|
@ -448,12 +448,14 @@ void MainWindow::About()
|
|||
void MainWindow::ShowLicense()
|
||||
{
|
||||
FileViewDialog *dlg = new FileViewDialog(":COPYING", this);
|
||||
dlg->resize(550,400);
|
||||
dlg->exec();
|
||||
}
|
||||
|
||||
void MainWindow::ShowAuthors()
|
||||
{
|
||||
FileViewDialog *dlg = new FileViewDialog(":AUTHORS", this);
|
||||
dlg->resize(350,400);
|
||||
dlg->exec();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue