diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index 1e03dc76e..abcb57506 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -304,7 +304,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