From 31dc83e1e884e97a17ef5c0c814be2948aaa1f32 Mon Sep 17 00:00:00 2001 From: kremsy Date: Sat, 14 Dec 2013 22:08:28 +0100 Subject: [PATCH] minor design thing --- application/core/Maps/MapList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/core/Maps/MapList.php b/application/core/Maps/MapList.php index fdd2d7bb..f9149398 100644 --- a/application/core/Maps/MapList.php +++ b/application/core/Maps/MapList.php @@ -138,7 +138,7 @@ class MapList implements ManialinkPageAnswerListener { //$nameLabel->setSize($width * 0.5, 2); $nameLabel->setStyle($nameLabel::STYLE_TextCardSmall); $nameLabel->setTextSize(1.5); - $nameLabel->setText($map->name); + $nameLabel->setText('$fff'.$map->name); //TODO action detailed map info $x +=50;