[apps/sequence] Color error

Change-Id: I6ec6365debaf856810ae5895d83971fa4f0967dd
This commit is contained in:
Émilie Feral
2017-05-10 16:23:34 +02:00
parent 689b5e1b48
commit ce5724c498

View File

@@ -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) {