From ce5724c498a3bfd771d98a6b72ec835d77e46805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Wed, 10 May 2017 16:23:34 +0200 Subject: [PATCH] [apps/sequence] Color error Change-Id: I6ec6365debaf856810ae5895d83971fa4f0967dd --- apps/sequence/graph/term_sum_controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sequence/graph/term_sum_controller.cpp b/apps/sequence/graph/term_sum_controller.cpp index 155300687..5f7c83c8f 100644 --- a/apps/sequence/graph/term_sum_controller.cpp +++ b/apps/sequence/graph/term_sum_controller.cpp @@ -208,7 +208,7 @@ TermSumController::ContentView::LegendView::~LegendView() { } void TermSumController::ContentView::LegendView::drawRect(KDContext * ctx, KDRect rect) const { - ctx->fillRect(KDRect(0, bounds().height() - k_legendHeight, bounds().width(), k_legendHeight), Palette::GreyBright); + ctx->fillRect(KDRect(0, bounds().height() - k_legendHeight, bounds().width(), k_legendHeight), Palette::GreyMiddle); } void TermSumController::ContentView::LegendView::setLegendMessage(I18n::Message message) {