Explorar o código

- changed colors for the status bar labels and added some of the new icons in the gray version

Marius Stanciu %!s(int64=5) %!d(string=hai) anos
pai
achega
1b8dd5c76d

+ 3 - 3
AppGUI/PlotCanvas.py

@@ -230,7 +230,7 @@ class PlotCanvas(QtCore.QObject, VisPyCanvas):
                                                           QLabel
                                                           QLabel
                                                           {
                                                           {
                                                               color: black;
                                                               color: black;
-                                                              background-color: peachpuff;
+                                                              background-color: orange;
                                                           }
                                                           }
                                                           """)
                                                           """)
             self.fcapp.inform[str, bool].emit(_("Axis enabled."), False)
             self.fcapp.inform[str, bool].emit(_("Axis enabled."), False)
@@ -254,7 +254,7 @@ class PlotCanvas(QtCore.QObject, VisPyCanvas):
                                                   QLabel
                                                   QLabel
                                                   {
                                                   {
                                                       color: black;
                                                       color: black;
-                                                      background-color: lightblue;
+                                                      background-color: mediumpurple;
                                                   }
                                                   }
                                                   """)
                                                   """)
             self.fcapp.inform[str, bool].emit(_("HUD enabled."), False)
             self.fcapp.inform[str, bool].emit(_("HUD enabled."), False)
@@ -322,7 +322,7 @@ class PlotCanvas(QtCore.QObject, VisPyCanvas):
                         QLabel
                         QLabel
                         {
                         {
                             color: black;
                             color: black;
-                            background-color: lightgreen;
+                            background-color: olivedrab;
                         }
                         }
                         """)
                         """)
 
 

+ 3 - 3
AppGUI/PlotCanvasLegacy.py

@@ -339,7 +339,7 @@ class PlotCanvasLegacy(QtCore.QObject):
                                                             QLabel
                                                             QLabel
                                                             {
                                                             {
                                                                 color: black;
                                                                 color: black;
-                                                                background-color: peachpuff;
+                                                                background-color: orange;
                                                             }
                                                             }
                                                             """)
                                                             """)
                 self.app.inform[str, bool].emit(_("Axis enabled."), False)
                 self.app.inform[str, bool].emit(_("Axis enabled."), False)
@@ -366,7 +366,7 @@ class PlotCanvasLegacy(QtCore.QObject):
                                                 QLabel
                                                 QLabel
                                                 {
                                                 {
                                                     color: black;
                                                     color: black;
-                                                    background-color: lightblue;
+                                                    background-color: mediumpurple;
                                                 }
                                                 }
                                                 """)
                                                 """)
             self.app.inform[str, bool].emit(_("HUD enabled."), False)
             self.app.inform[str, bool].emit(_("HUD enabled."), False)
@@ -490,7 +490,7 @@ class PlotCanvasLegacy(QtCore.QObject):
                         QLabel
                         QLabel
                         {
                         {
                             color: black;
                             color: black;
-                            background-color: lightgreen;
+                            background-color: olivedrab;
                         }
                         }
                         """)
                         """)
 
 

+ 1 - 0
CHANGELOG.md

@@ -30,6 +30,7 @@ CHANGELOG for FlatCAM beta
 - changed the status bar label to have an icon instead of text
 - changed the status bar label to have an icon instead of text
 - added a label in status bar that will toggle the Preferences tab
 - added a label in status bar that will toggle the Preferences tab
 - made some changes such that that the label in status bar for toggling the Preferences Tab will be updated in various cases of closing the tab
 - made some changes such that that the label in status bar for toggling the Preferences Tab will be updated in various cases of closing the tab
+- changed colors for the status bar labels and added some of the new icons in the gray version
 
 
 31.05.2020
 31.05.2020
 
 

BIN=BIN
assets/resources/dark_resources/axis16.png


BIN=BIN
assets/resources/dark_resources/shell20.png