[apps] Color consistency

Change-Id: I17bd72a542985bdf117595a28c52fd2dd9a1f0cb
This commit is contained in:
Émilie Feral
2017-06-02 17:39:18 +02:00
parent f43b307856
commit f05b591605
2 changed files with 3 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ void BoxView::drawRect(KDContext * ctx, KDRect rect) const {
* lines. This solution could hide the highlighed line by coloring the next
* quantile if it has the same value. */
for (int k = 0; k < 5; k++) {
drawSegment(ctx, rect, Axis::Vertical, calculations[k], lowBound, upBound, Palette::Select, 2);
drawSegment(ctx, rect, Axis::Vertical, calculations[k], lowBound, upBound, Palette::GreyMiddle, 2);
}
if (isMainViewSelected()) {
drawSegment(ctx, rect, Axis::Vertical, calculations[(int)*m_selectedQuantile], lowBound, upBound, Palette::YellowDark, 2);