Enable gradient for all remaining GUI header

This commit is contained in:
M. Liebmann
2014-10-16 09:04:38 +02:00
parent e13b20adb4
commit b9400110b4
9 changed files with 104 additions and 63 deletions

View File

@@ -82,9 +82,8 @@ void CListBox::paint()
void CListBox::paintHead()
{
//frameBuffer->paintBoxRel(x,y, width,theight+0, COL_MENUHEAD_PLUS_0);
frameBuffer->paintBoxRel(x, y, width, theight+0, COL_MENUHEAD_PLUS_0, RADIUS_LARGE, CORNER_TOP);//round
g_Font[SNeutrinoSettings::FONT_TYPE_MENU_TITLE]->RenderString(x+10,y+theight+0, width, caption.c_str() , COL_MENUHEAD_TEXT);
CComponentsHeader header(x, y, width, theight, caption);
header.paint(CC_SAVE_SCREEN_NO);
}
void CListBox::paintFoot()