Skip to content

Commit

Permalink
Widen news dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Oct 17, 2020
1 parent c0c8f5e commit f5edac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/applications/gqrx/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2225,7 +2225,7 @@ void MainWindow::showSimpleTextFile(const QString &resource_path,
QDialog *dialog = new QDialog(this);
dialog->setWindowTitle(window_title);
dialog->setLayout(layout);
dialog->resize(700, 400);
dialog->resize(800, 400);
dialog->exec();

delete dialog;
Expand Down

0 comments on commit f5edac9

Please sign in to comment.