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()
|
void MainWindow::ShowLicense()
|
||||||
{
|
{
|
||||||
FileViewDialog *dlg = new FileViewDialog(":COPYING", this);
|
FileViewDialog *dlg = new FileViewDialog(":COPYING", this);
|
||||||
|
dlg->resize(550,400);
|
||||||
dlg->exec();
|
dlg->exec();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::ShowAuthors()
|
void MainWindow::ShowAuthors()
|
||||||
{
|
{
|
||||||
FileViewDialog *dlg = new FileViewDialog(":AUTHORS", this);
|
FileViewDialog *dlg = new FileViewDialog(":AUTHORS", this);
|
||||||
|
dlg->resize(350,400);
|
||||||
dlg->exec();
|
dlg->exec();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue