- changed the ColorRole in the on_about() method to 'window' os the programmers and translator tab is set to white color

This commit is contained in:
Marius Stanciu
2021-08-18 01:40:34 +03:00
committed by Marius
parent 08e6eaa084
commit d25cad8780
2 changed files with 2 additions and 1 deletions

View File

@@ -3263,7 +3263,7 @@ class App(QtCore.QObject):
self.splash_tab_layout.addWidget(title, stretch=1)
pal = QtGui.QPalette()
pal.setColor(QtGui.QPalette.ColorRole.Base, Qt.GlobalColor.white)
pal.setColor(QtGui.QPalette.ColorRole.Window, Qt.GlobalColor.white)
programmers = [
{