ts plugin fix

This commit is contained in:
Steffen Schröder 2014-04-30 23:04:08 +02:00
parent c4aed99f66
commit cbc40d8a7a

View File

@ -302,7 +302,7 @@ class TeamSpeakPlugin implements CallbackListener, CommandListener, ManialinkPag
$x = $startx + 5; $x = $startx + 5;
} }
$channelLabel->setX($x); $channelLabel->setX($x);
$channelLabel->setStyle($channels[$i]::STYLE_TextCardMedium); $channelLabel->setStyle($channelLabel::STYLE_TextCardMedium);
$channelLabel->setHAlign('left'); $channelLabel->setHAlign('left');
$channelLabel->setTextSize(1); $channelLabel->setTextSize(1);
$channelLabel->setScale(0.9); $channelLabel->setScale(0.9);