Add app icon to statistics window
Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d5e48de567
commit
5e93e8c4af
@ -847,6 +847,7 @@ void MainWindow::on_actionYearlyStatistics_triggered()
|
||||
d.setWindowFlags(Qt::Window | Qt::CustomizeWindowHint
|
||||
| Qt::WindowCloseButtonHint | Qt::WindowTitleHint);
|
||||
d.setWindowTitle(tr("Yearly statistics"));
|
||||
d.setWindowIcon(QIcon(":/subsurface-icon"));
|
||||
d.exec();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user