Skip to content

Commit

Permalink
bouquetlist.cpp: window size for fav/provider/sat/webtv etc. increased
Browse files Browse the repository at this point in the history
  • Loading branch information
BPanther committed Sep 8, 2023
1 parent 42ccafb commit 07048bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/bouquetlist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 07048bb

Please sign in to comment.