aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/profilewidget2.cpp
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2014-06-30 18:46:51 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-30 16:06:41 -0700
commit4da7dee8cf18c17c451e9d9885545dcdd1ba22c7 (patch)
tree9e0596613c93e882c1013e49d46016045521b9b7 /qt-ui/profile/profilewidget2.cpp
parentf610662edbd3503a433c199fff1078b0bfab3dc4 (diff)
downloadsubsurface-4da7dee8cf18c17c451e9d9885545dcdd1ba22c7.tar.gz
Better colors for Add and Plan modes.
Those are ligther colors and it should be a better choice a way better choice is to ask for a designer wich color to use but most of my minions are busy. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/profilewidget2.cpp')
-rw-r--r--qt-ui/profile/profilewidget2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/profile/profilewidget2.cpp b/qt-ui/profile/profilewidget2.cpp
index 7fd182f12..0aa2a4a2e 100644
--- a/qt-ui/profile/profilewidget2.cpp
+++ b/qt-ui/profile/profilewidget2.cpp
@@ -805,7 +805,7 @@ void ProfileWidget2::setAddState()
/* show the same stuff that the profile shows. */
currentState = ADD; /* enable the add state. */
diveCeiling->setVisible(true);
- setBackgroundBrush(QColor(Qt::blue).light());
+ setBackgroundBrush(QColor("#A7DCFF"));
}
void ProfileWidget2::setPlanState()
@@ -834,7 +834,7 @@ void ProfileWidget2::setPlanState()
/* show the same stuff that the profile shows. */
currentState = PLAN; /* enable the add state. */
diveCeiling->setVisible(true);
- setBackgroundBrush(QColor(Qt::green).light());
+ setBackgroundBrush(QColor("#D7E3EF"));
}
extern struct ev_select *ev_namelist;