Change tabulation

This commit is contained in:
Matt Keeter 2014-03-08 15:14:27 -08:00
parent 402cf859ec
commit 9cf9becd65

View file

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