- 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:
@@ -12,6 +12,7 @@ CHANGELOG for FlatCAM beta
|
||||
- fixed the "Set Color" functionality broken by recent changes
|
||||
- updated the "Set Color" functionality to store the used color in a correct way
|
||||
- when creating a nw project the user is asked if he wants to save the preferences
|
||||
- changed the ColorRole in the on_about() method to 'window' os the programmers and translator tab is set to white color
|
||||
|
||||
17.08.2021
|
||||
|
||||
|
||||
@@ -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