mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 22:35:27 +00:00
Print: add an icon for the print dialog
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
f183da546b
commit
1ab915a7d9
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ PrintDialog::PrintDialog(QWidget *parent, Qt::WindowFlags f)
|
|||
layout->addWidget(optionsWidget);
|
||||
|
||||
setFixedSize(520, 320);
|
||||
setWindowTitle("Print");
|
||||
setWindowTitle(tr("Print"));
|
||||
setWindowIcon(QIcon(":subsurface-icon"));
|
||||
}
|
||||
|
||||
void PrintDialog::runDialog()
|
||||
|
|
Loading…
Add table
Reference in a new issue