Made License and Authors dialogs a bit bigger.

This commit is contained in:
Vesa Pikki 2009-06-14 19:24:00 +03:00
parent af7c63155e
commit 3b73fc6494
1 changed files with 2 additions and 0 deletions

View File

@ -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();
}