From b41dd96f56f3afcb6b90ac09c57bd6770a8896d0 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 12 Sep 2016 08:22:51 +0200 Subject: [PATCH] cc_detailsline: more decent color for detailsline Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/e535afccb722184047c2651a2d4012eb27902e10 Author: vanhofen Date: 2016-09-12 (Mon, 12 Sep 2016) Origin message was: ------------------ - cc_detailsline: more decent color for detailsline --- src/gui/components/cc_detailsline.cpp | 2 +- src/gui/components/cc_detailsline.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/components/cc_detailsline.cpp b/src/gui/components/cc_detailsline.cpp index f09d8bfd3..5e530199f 100644 --- a/src/gui/components/cc_detailsline.cpp +++ b/src/gui/components/cc_detailsline.cpp @@ -142,6 +142,6 @@ void CComponentsDetailLine::paint(bool do_save_bg) //so you can ensure correct applied system colors in relevant objects with unchanged instances. void CComponentsDetailLine::syncSysColors() { - col_body = COL_MENUCONTENT_PLUS_6; + col_body = COL_MENUCONTENT_PLUS_1; //NI col_shadow = COL_SHADOW_PLUS_0; } diff --git a/src/gui/components/cc_detailsline.h b/src/gui/components/cc_detailsline.h index 37d01e4f0..3228b72b2 100644 --- a/src/gui/components/cc_detailsline.h +++ b/src/gui/components/cc_detailsline.h @@ -57,7 +57,7 @@ class CComponentsDetailLine : public CComponents public: CComponentsDetailLine( const int& x_pos = 1,const int& y_pos_top = 1, const int& y_pos_down = 1, const int& h_mark_top_ = CC_HEIGHT_MIN , const int& h_mark_down_ = CC_HEIGHT_MIN, - fb_pixel_t color_line = COL_MENUCONTENT_PLUS_6, fb_pixel_t color_shadow = COL_SHADOW_PLUS_0); + fb_pixel_t color_line = COL_MENUCONTENT_PLUS_1, fb_pixel_t color_shadow = COL_SHADOW_PLUS_0); //NI ~CComponentsDetailLine(); ///set colors