Skip to content

Commit

Permalink
Update aboutwidget.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Nov 4, 2023
1 parent ca94fbd commit 0b210f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/GUI/aboutwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ AboutWidget::AboutWidget(QWidget *parent)
browser->setOpenLinks(tab.html);
QString content = tab.html ? css : QString();
content.append(file.readAll());
if (tab.html) { browser->setHtml(content.replace("<table",
if (tab.html) { browser->setHtml(content.replace("<table>",
"<table width=\"100%\">")); }
else { browser->setPlainText(content); }
file.close();
Expand Down

0 comments on commit 0b210f4

Please sign in to comment.