diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index deba7f366..07f59206c 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -448,14 +448,14 @@ void MainWindow::About() void MainWindow::ShowLicense() { FileViewDialog *dlg = new FileViewDialog(":COPYING", this); - dlg->resize(550,400); + dlg->resize(550, 400); dlg->exec(); } void MainWindow::ShowAuthors() { FileViewDialog *dlg = new FileViewDialog(":AUTHORS", this); - dlg->resize(350,400); + dlg->resize(350, 400); dlg->exec(); }