From a1ef043030e4b793892c5c5e44a2724065609c89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Thu, 7 Sep 2017 00:53:09 +0200 Subject: NOISSUE fix hardcoded link color in about dialog Should respect theme colors now. --- application/dialogs/AboutDialog.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/dialogs') 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 @@ - <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> + <html><head/><body><p><a href="http://github.com/MultiMC/MultiMC5">http://github.com/MultiMC/MultiMC5</a></p></body></html> Qt::AlignCenter -- cgit v1.2.3