- added more of the contributors in the About page

This commit is contained in:
Marius Stanciu
2021-10-28 22:52:24 +03:00
committed by Marius
parent f9dde40eec
commit 3e916f4e09
2 changed files with 47 additions and 1 deletions

View File

@@ -3482,6 +3482,51 @@ class App(QtCore.QObject):
'description': '',
'email': ''
},
{
'name': "Emily Ellis",
'description': '',
'email': ''
},
{
'name': "Maksym Stetsyuk",
'description': '',
'email': ''
},
{
'name': "Peter Nitschneider",
'description': '',
'email': ''
},
{
'name': "Bogusz Jagoda",
'description': '',
'email': ''
},
{
'name': "Andre Spahlinger",
'description': '',
'email': ''
},
{
'name': "Hans Boot",
'description': '',
'email': ''
},
{
'name': "Dmitriy Klabukov",
'description': '',
'email': ''
},
{
'name': "Robert Niemöller",
'description': '',
'email': ''
},
{
'name': "Adam Coddington",
'description': '',
'email': ''
},
]
self.prog_grid_lay = FCGridLayout(v_spacing=5, h_spacing=3, c_stretch=[0, 0, 1])