diff --git a/src/gui/components/cc_frm_header.cpp b/src/gui/components/cc_frm_header.cpp index 44c363607..59359b7c8 100644 --- a/src/gui/components/cc_frm_header.cpp +++ b/src/gui/components/cc_frm_header.cpp @@ -98,8 +98,9 @@ void CComponentsHeader::initVarHeader( const int& x_pos, const int& y_pos, const col_body = color_body; col_shadow = color_shadow; col_body = COL_MENUHEAD_PLUS_0; - col_body_gradient = g_settings.theme.menu_Head_gradient; - cc_body_gradient_direction = CFrameBuffer::gradientVertical; + col_body_gradient = g_settings.theme.menu_Head_gradient; + cc_body_gradient_direction = CFrameBuffer::gradientVertical; + cc_body_gradient_mode = CColorGradient::gradientLight2Dark; cch_text = caption; cch_icon_name = icon_name;