- Improved Chatlog Plugin

- First Step for ManialinkManager
- Added FML Update + MC-Fixes for the changes
This commit is contained in:
Steffen Schröder
2013-11-28 02:04:06 +01:00
parent 3984dd3d9b
commit 4e02b4b8ea
14 changed files with 210 additions and 120 deletions

View File

@ -251,7 +251,7 @@ class LocalRecordsPlugin extends Plugin implements CallbackListener {
$frame->add($titleLabel);
// TODO: set translateable
$titleLabel->setPosition(0, $line_height * -0.9);
$titleLabel->setSize($width);
$titleLabel->setWidth($width);
$titleLabel->setStyle(Label_Text::STYLE_TextTitle1);
$titleLabel->setTextSize(2);
$titleLabel->setText($title);