Przeglądaj źródła

- small changes to the 'About FlatCAM' windows

Marius Stanciu 6 lat temu
rodzic
commit
22fafd1495
1 zmienionych plików z 4 dodań i 3 usunięć
  1. 4 3
      FlatCAMApp.py

+ 4 - 3
FlatCAMApp.py

@@ -3782,11 +3782,12 @@ class App(QtCore.QObject):
                         "Manufacturing.<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>"
-                        "<b>DOWNLOAD</B> area "
+                        "<b>DOWNLOAD</B> area &nbsp;&nbsp;&nbsp;&nbsp;"
                         "<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)