mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
CComponentsHeader: use also lower height if size mode==CC_HEADER_SIZE_SMALL
This commit is contained in:
@@ -361,6 +361,7 @@ void CComponentsHeader::initCCItems()
|
||||
{
|
||||
//set size
|
||||
cch_font = (cch_size_mode == CC_HEADER_SIZE_LARGE? g_Font[SNeutrinoSettings::FONT_TYPE_MENU_TITLE] : g_Font[SNeutrinoSettings::FONT_TYPE_MENU]);
|
||||
height = cch_font->getHeight();
|
||||
|
||||
//init icon
|
||||
initIcon();
|
||||
|
Reference in New Issue
Block a user