From 22fafd1495edafaa16f3b5d6fb003170366a5f93 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Thu, 12 Sep 2019 17:42:33 +0300 Subject: [PATCH] - small changes to the 'About FlatCAM' windows --- FlatCAMApp.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/FlatCAMApp.py b/FlatCAMApp.py index 85bfa9f2..ff0f8169 100644 --- a/FlatCAMApp.py +++ b/FlatCAMApp.py @@ -3782,11 +3782,12 @@ class App(QtCore.QObject): "Manufacturing.
" "
" "
" - "Development " + "Development         " "here.
" - "DOWNLOAD area " + "DOWNLOAD area     " "here.
" - "" + "Issue tracker         " + "here.
" ) ) title.setOpenExternalLinks(True)