- changed colors for the status bar labels and added some of the new icons in the gray version
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
""")
|
""")
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
""")
|
""")
|
||||||
|
|
||||||
|
|||||||
@@ -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
assets/resources/dark_resources/axis16.png
Normal file
BIN
assets/resources/dark_resources/axis16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 174 B |
BIN
assets/resources/dark_resources/shell20.png
Normal file
BIN
assets/resources/dark_resources/shell20.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 163 B |
Reference in New Issue
Block a user