- small changes to the 'About FlatCAM' windows

This commit is contained in:
Marius Stanciu
2019-09-12 17:42:33 +03:00
parent d22592e64c
commit 22fafd1495

View File

@@ -3782,11 +3782,12 @@ class App(QtCore.QObject):
"Manufacturing.<BR>" "Manufacturing.<BR>"
"<BR>" "<BR>"
"<BR>" "<BR>"
"<B>Development</B> " "<B>Development</B> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"
"<a href = \"https://bitbucket.org/jpcgt/flatcam/src/Beta/\">here.</a><BR>" "<a href = \"https://bitbucket.org/jpcgt/flatcam/src/Beta/\">here.</a><BR>"
"<b>DOWNLOAD</B> area " "<b>DOWNLOAD</B> area &nbsp;&nbsp;&nbsp;&nbsp;"
"<a href = \"https://bitbucket.org/jpcgt/flatcam/downloads/\">here.</a><BR>" "<a href = \"https://bitbucket.org/jpcgt/flatcam/downloads/\">here.</a><BR>"
"" "<b>Issue tracker</B> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"
"<a href = \"https://bitbucket.org/jpcgt/flatcam/issues?status=new&status=open/\">here.</a><BR>"
) )
) )
title.setOpenExternalLinks(True) title.setOpenExternalLinks(True)