mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +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
|
//set size
|
||||||
cch_font = (cch_size_mode == CC_HEADER_SIZE_LARGE? g_Font[SNeutrinoSettings::FONT_TYPE_MENU_TITLE] : g_Font[SNeutrinoSettings::FONT_TYPE_MENU]);
|
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
|
//init icon
|
||||||
initIcon();
|
initIcon();
|
||||||
|
Reference in New Issue
Block a user