mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- bouqueteditor: use default font for CComponentsFooter
(cherry picked from commit 7fef066dfe33b5dbc6d5728bea8171f160d8622d) Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -251,7 +251,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-2*OFFSET_INNER_MID);
|
||||
}
|
||||
|
||||
std::string CBEChannelSelectWidget::getInfoText(int index)
|
||||
|
Reference in New Issue
Block a user