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

This commit is contained in:
Marius Stanciu 2020-06-01 23:32:11 +03:00 committed by Marius
parent 0f04eb1215
commit 1b8dd5c76d
5 changed files with 7 additions and 6 deletions

View File

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

View File

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

View File

@ -30,6 +30,7 @@ CHANGELOG for FlatCAM beta
- changed the status bar label to have an icon instead of text
- 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
- changed colors for the status bar labels and added some of the new icons in the gray version
31.05.2020

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B