Skip to content

Commit

Permalink
fix: styling for some text
Browse files Browse the repository at this point in the history
  • Loading branch information
BLumia committed Oct 9, 2020
1 parent 6da9c16 commit 54c54e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aboutdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ SOFTWARE.

m_licenseTextEdit->setText(licenseStr.join('\n').arg(qApp->applicationDisplayName(), mitLicense));

m_3rdPartyLibsTextEdit->setText(thirdPartyLibsStr.join('\n').arg(qApp->applicationDisplayName()));
m_3rdPartyLibsTextEdit->setText(thirdPartyLibsStr.join('\n').arg(QStringLiteral("<i>%1</i>")).arg(qApp->applicationDisplayName()));
m_3rdPartyLibsTextEdit->setOpenExternalLinks(true);

m_tabWidget->addTab(m_helpTextEdit, tr("&Help"));
Expand Down

0 comments on commit 54c54e2

Please sign in to comment.