- 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:
@@ -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 = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user