- fixed links in Attributions tab in Help -> About FlatCAM to be able to open external links.

This commit is contained in:
Marius Stanciu
2020-04-25 07:30:10 +03:00
committed by Marius
parent 0295950000
commit 74582d02df
2 changed files with 2 additions and 0 deletions

View File

@@ -4657,6 +4657,7 @@ class App(QtCore.QObject):
'Icons by <a href="http://www.onlinewebfonts.com">oNline Web Fonts</a>'
)
)
attributions_label.setOpenExternalLinks(True)
# layouts
layout1 = QtWidgets.QVBoxLayout()