Updated app infor and about box

This commit is contained in:
Veronica K. B. Olsen
2019-06-08 22:43:56 +02:00
parent 28429ecd1f
commit b3c17e0fb5
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ class GuiMainMenu(QMenuBar):
version = nw.__version__,
date = nw.__date__,
copyright = nw.__copyright__,
credits = "<br>".join(nw.__credits__),
credits = "".join(["&nbsp;&nbsp;&bull;&nbsp;&nbsp;%s<br/>" % x for x in nw.__credits__]),
))
return True