From 8240e621177bc46692cdf538ad66baa8e296a220 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 28 Feb 2005 23:35:58 +0000 Subject: [PATCH 1/1] Adjusted the columns in the top 5 chosen songs a bit. --- bigscreen/top5chosenscreen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2