show license in about dialog

This commit is contained in:
2023-03-22 19:42:00 +01:00
parent 6e0eaa392f
commit 81775cc902
3 changed files with 31 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
krow_icon = "icons/krowlog.svg"
import os
krow_icon = "icons" + os.sep + "krowlog.svg"
license_file = os.path.dirname(os.path.realpath(__file__)) + os.sep + "LICENSE"
tab_width = 4