]> git.sesse.net Git - ccbs/commitdiff
Adjusted the columns in the top 5 chosen songs a bit.
authorSteinar H. Gunderson <sesse@samfundet.no>
Mon, 28 Feb 2005 23:35:58 +0000 (23:35 +0000)
committerSteinar H. Gunderson <sesse@samfundet.no>
Mon, 28 Feb 2005 23:35:58 +0000 (23:35 +0000)
bigscreen/top5chosenscreen.cpp

index 3110684cf66ea637b43a12f8aa76b3d54ba3accd..1c4e495b2be9f8346624774af12cbfc2a1b64a49 100644 (file)
@@ -63,7 +63,7 @@ void Top5ChosenScreen::draw(unsigned char *buf)
                
                std::sprintf(str, "%u", i->frequency);
                width = my_draw_text(str, NULL, 24.0);
                
                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;
        }
 
                y += 40;
        }