bouquetedit classes: use static button font instead auto font size

User request
This commit is contained in:
2016-04-05 17:09:17 +02:00
parent 2c700641c1
commit fdf5239587
3 changed files with 3 additions and 3 deletions

View File

@@ -252,7 +252,7 @@ void CBEChannelSelectWidget::paintFoot()
break;
}
footer.paintButtons(x, y + (height-footerHeight), width, footerHeight, numbuttons, Button, width/numbuttons-20);
footer.paintButtons(x, y + (height-footerHeight), width, footerHeight, numbuttons, Button, width/numbuttons-20, 0, g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL]);
}
std::string CBEChannelSelectWidget::getInfoText(int index)