Browse Source

New hover button color

QGC4.4
Gus Grubba 6 years ago
parent
commit
2c91fdd2da
  1. 1
      src/QGCPalette.cc
  2. 1
      src/QGCPalette.h

1
src/QGCPalette.cc

@ -74,6 +74,7 @@ void QGCPalette::_buildMap(void) @@ -74,6 +74,7 @@ void QGCPalette::_buildMap(void)
DECLARE_QGC_COLOR(alertBorder, "#808080", "#808080", "#808080", "#808080")
DECLARE_QGC_COLOR(alertText, "#000000", "#000000", "#000000", "#000000")
DECLARE_QGC_COLOR(missionItemEditor, "#585858", "#dbfef8", "#585858", "#585d83")
DECLARE_QGC_COLOR(hoverColor, "#585858", "#dbfef8", "#585858", "#585d83")
// Colors are not affecting by theming
DECLARE_QGC_COLOR(mapWidgetBorderLight, "#ffffff", "#ffffff", "#ffffff", "#ffffff")

1
src/QGCPalette.h

@ -103,6 +103,7 @@ public: @@ -103,6 +103,7 @@ public:
DEFINE_QGC_COLOR(alertBorder, setAlertBorder)
DEFINE_QGC_COLOR(alertText, setAlertText)
DEFINE_QGC_COLOR(missionItemEditor, setMissionItemEditor)
DEFINE_QGC_COLOR(hoverColor, setHoverColor)
QGCPalette(QObject* parent = nullptr);
~QGCPalette();

Loading…
Cancel
Save