mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 18:23:23 +00:00
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:
parent
f610662edb
commit
4da7dee8cf
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue