diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/browsertab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/browsertab.cpp b/src/browsertab.cpp index e5e1a00..368a179 100644 --- a/src/browsertab.cpp +++ b/src/browsertab.cpp @@ -288,7 +288,7 @@ void BrowserTab::openSourceView() QFont monospace_font("monospace"); monospace_font.setStyleHint(QFont::Monospace); - auto dialog = std::make_unique<QDialog>(this); + auto dialog = std::make_unique<QDialog>(this, Qt::WindowTitleHint | Qt::WindowSystemMenuHint); dialog->setWindowTitle(QString(tr("Source of %0")).arg(this->current_location.toString())); auto layout = new QVBoxLayout(dialog.get()); |
