mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
bouquetlist: fix width calculation
This commit is contained in:
committed by
[CST] Focus
parent
25de0d4380
commit
6c982e3d49
@@ -328,7 +328,7 @@ int CBouquetList::show(bool bShowChannelList)
|
||||
|
||||
for(unsigned int count = 0; count < sizeof(CBouquetListButtons)/sizeof(CBouquetListButtons[0]);count++){
|
||||
int w_text = g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL]->getRenderWidth(g_Locale->getText (CBouquetListButtons[count].locale),true);
|
||||
w_max_text = std::max(w_max_icon, w_text);
|
||||
w_max_text = std::max(w_max_text, w_text);
|
||||
frameBuffer->getIconSize(CBouquetListButtons[count].button, &icol_w, &icol_h);
|
||||
w_max_icon = std::max(w_max_icon, icol_w);
|
||||
}
|
||||
|
Reference in New Issue
Block a user