Change color of URLs

This commit is contained in:
Matt Keeter 2014-03-08 15:13:58 -08:00
parent 907a76b4ad
commit 402cf859ec

View file

@ -58,11 +58,14 @@ void Window::on_open()
void Window::on_about() void Window::on_about()
{ {
QMessageBox::about(this, "", "<p align=\"center\"><b>fstl</b></p>" QMessageBox::about(this, "",
"<p align=\"center\"><b>fstl</b></p>"
"<p>A fast viewer for <code>.stl</code> files.<br>" "<p>A fast viewer for <code>.stl</code> files.<br>"
"<a href=\"https://github.com/mkeeter/fstl\">https://github.com/mkeeter/fstl</a></p>" "<a href=\"https://github.com/mkeeter/fstl\""
" style=\"color: #93a1a1;\">https://github.com/mkeeter/fstl</a></p>"
"<p>© 2014 Matthew Keeter<br>" "<p>© 2014 Matthew Keeter<br>"
"<a href=\"mailto:matt.j.keeter@gmail.com\">matt.j.keeter@gmail.com</a></p>"); "<a href=\"mailto:matt.j.keeter@gmail.com\""
" style=\"color: #93a1a1;\">matt.j.keeter@gmail.com</a></p>");
} }