diff --git a/Ladybird/BrowserWindow.cpp b/Ladybird/BrowserWindow.cpp index 98cfa4b2bc..be4bf8aa55 100644 --- a/Ladybird/BrowserWindow.cpp +++ b/Ladybird/BrowserWindow.cpp @@ -97,6 +97,7 @@ BrowserWindow::BrowserWindow() auto source = m_current_tab->view().source(); auto* text_edit = new QPlainTextEdit(this); + text_edit->setWindowFlags(Qt::Window); text_edit->setFont(QFontDatabase::systemFont(QFontDatabase::SystemFont::FixedFont)); text_edit->resize(800, 600); text_edit->setPlainText(source.characters());