move text lower as it interferes with progress bar

This commit is contained in:
Mark Vejvoda 2013-11-13 23:34:23 +00:00
parent 5249ecc45d
commit 1067e89915
1 changed files with 1 additions and 1 deletions

View File

@ -6239,7 +6239,7 @@ void Renderer::renderDisplay() {
coreData.getDisplayFont3D(),
display->getColor(),
metrics.getDisplayX() -1,
metrics.getDisplayY() + metrics.getDisplayH() - 56);
metrics.getDisplayY() + metrics.getDisplayH() - 60);
//progress Bar
if(display->getProgressBar() != -1) {