From d25cad8780926e9981ce3ea25a8fb753b65a07dd Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Wed, 18 Aug 2021 01:40:34 +0300 Subject: [PATCH] - changed the ColorRole in the on_about() method to 'window' os the programmers and translator tab is set to white color --- CHANGELOG.md | 1 + app_Main.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45ac27dc..5c764303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app_Main.py b/app_Main.py index efb379ae..46b21bfe 100644 --- a/app_Main.py +++ b/app_Main.py @@ -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 = [ {