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>
This commit is contained in:
Tomaz Canabrava 2014-06-30 18:46:51 -03:00 committed by Dirk Hohndel
parent f610662edb
commit 4da7dee8cf

View file

@ -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;