X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Ftop5chosenscreen.cpp;h=1c4e495b2be9f8346624774af12cbfc2a1b64a49;hp=3110684cf66ea637b43a12f8aa76b3d54ba3accd;hb=8240e621177bc46692cdf538ad66baa8e296a220;hpb=723136532e3bb8b318b595b9eeef031275d5c72e diff --git a/bigscreen/top5chosenscreen.cpp b/bigscreen/top5chosenscreen.cpp index 3110684..1c4e495 100644 --- a/bigscreen/top5chosenscreen.cpp +++ b/bigscreen/top5chosenscreen.cpp @@ -63,7 +63,7 @@ void Top5ChosenScreen::draw(unsigned char *buf) std::sprintf(str, "%u", i->frequency); width = my_draw_text(str, NULL, 24.0); - my_draw_text(str, buf, 24.0, 728 - width/2, y, r, g, b); + my_draw_text(str, buf, 24.0, 745 - width/2, y, r, g, b); y += 40; }