diff options
| author | Petr Mrázek <peterix@gmail.com> | 2017-09-07 00:53:09 +0200 |
|---|---|---|
| committer | Petr Mrázek <peterix@gmail.com> | 2017-09-07 00:53:09 +0200 |
| commit | a1ef043030e4b793892c5c5e44a2724065609c89 (patch) | |
| tree | 47cb6b729f4f29b4e234d02f2e892cc5e5b0abc0 | |
| parent | b61407a75d06abd61ce89f972581fa36a961d906 (diff) | |
| download | PrismLauncher-a1ef043030e4b793892c5c5e44a2724065609c89.tar.gz PrismLauncher-a1ef043030e4b793892c5c5e44a2724065609c89.tar.bz2 PrismLauncher-a1ef043030e4b793892c5c5e44a2724065609c89.zip | |
NOISSUE fix hardcoded link color in about dialog
Should respect theme colors now.
| -rw-r--r-- | application/dialogs/AboutDialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/dialogs/AboutDialog.ui b/application/dialogs/AboutDialog.ui index d1cafcb2..0ba47a7b 100644 --- a/application/dialogs/AboutDialog.ui +++ b/application/dialogs/AboutDialog.ui @@ -180,7 +180,7 @@ </font> </property> <property name="text"> - <string notr="true"><html><head/><body><p><a href="http://github.com/MultiMC/MultiMC5"><span style=" text-decoration: underline; color:#0000ff;">http://github.com/MultiMC/MultiMC5</span></a></p></body></html></string> + <string notr="true"><html><head/><body><p><a href="http://github.com/MultiMC/MultiMC5">http://github.com/MultiMC/MultiMC5</a></p></body></html></string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> |
