mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix app icon and title for yearly statistics
Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ab830b1d4f
commit
a8c0bf3e57
1 changed files with 2 additions and 0 deletions
|
@ -338,6 +338,8 @@ void MainWindow::on_actionYearlyStatistics_triggered()
|
|||
view->setWindowModality(Qt::NonModal);
|
||||
view->setMinimumWidth(600);
|
||||
view->setAttribute(Qt::WA_QuitOnClose, false);
|
||||
view->setWindowTitle(tr("Yearly Statistics"));
|
||||
view->setWindowIcon(QIcon(":subsurface-icon"));
|
||||
view->show();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue