CComponentsHeader: Use color gradient for paint header

Conflicts:
	src/gui/widget/menue.cpp
This commit is contained in:
M. Liebmann
2014-09-20 21:34:12 +02:00
committed by [CST] Focus
parent db6fd8480d
commit bfc1c04d83
3 changed files with 31 additions and 1 deletions

View File

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