CComponentsWindow, CMenuWidget: apply gradiant settings to header

Origin commit data
------------------
Branch: ni/coolstream
Commit: c1f70dbbb8
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-09-20 (Sat, 20 Sep 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2014-09-20 21:34:27 +02:00
committed by [CST] Focus
parent e1548ea742
commit aeb70f4ae5
2 changed files with 2 additions and 1 deletions

View File

@@ -1099,7 +1099,7 @@ void CMenuWidget::paint()
// paint head
CComponentsHeader header(x, y, width + sb_width, hheight, getName(), iconfile);
header.setPaintGradient(true);
header.setPaintGradient(g_settings.gradiant);
header.setShadowOnOff(CC_SHADOW_ON);
header.setOffset(10);
header.paint(CC_SAVE_SCREEN_NO);