mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- epgview: use OFFSET define instead of fixed value
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -303,7 +303,7 @@ void CEpgData::showText(int startPos, int ypos, bool has_cover, bool fullClear)
|
||||
stars = imdb_stars / max_stars; // recalculate stars value for starbar
|
||||
|
||||
//create and paint ranking banner
|
||||
CEPGRateBanner rate_bar(sx+10+cover_offset, y+OFFSET_INNER_MID, (size_t)stars, (size_t)max_stars, provider_logo);
|
||||
CEPGRateBanner rate_bar(sx+OFFSET_INNER_MID+cover_offset, y+OFFSET_INNER_MID, (size_t)stars, (size_t)max_stars, provider_logo);
|
||||
rate_bar.paint();
|
||||
|
||||
if (imdb_active) //TODO: unify imdb and tmdb
|
||||
|
Reference in New Issue
Block a user