- 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
|
||||
{
|
||||
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;
|
||||
}
|
||||
""")
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
""")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user