diff --git a/mainwindow.cpp b/mainwindow.cpp index 4754f1069..ece95e9d2 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -83,7 +83,6 @@ HelpTextWindow::HelpTextWindow (QString const& title, QString const& file_name, } setText (QTextStream {&source}.readAll ()); setWindowTitle(QApplication::applicationName () + " - " + title); - setTextFormat (Qt::PlainText); setMargin (10); setBackgroundRole (QPalette::Base); setAutoFillBackground (true);