diff --git a/src/gui/bouquetlist.cpp b/src/gui/bouquetlist.cpp index d8675fd63..7a0181827 100644 --- a/src/gui/bouquetlist.cpp +++ b/src/gui/bouquetlist.cpp @@ -395,8 +395,8 @@ int CBouquetList::show(bool bShowChannelList) It would be better to get the needed width from CComponententsFooter class. */ - width = (sizeof(CBouquetListButtons)/sizeof(CBouquetListButtons[0]))*(w_max_icon + w_max_text + 2*OFFSET_INNER_MID); - height = 16*item_height; + width = (sizeof(CBouquetListButtons) / sizeof(CBouquetListButtons[0])) * (w_max_icon + w_max_text + 2 * OFFSET_INNER_MID) * 1.2; + height = 16 * item_height * 1.2; header_height = g_Font[SNeutrinoSettings::FONT_TYPE_MENU_TITLE]->getHeight(); footer_height = header_height;