diff --git a/MatchManagerSuite/MatchManagerWidget.php b/MatchManagerSuite/MatchManagerWidget.php index 34a49cd..60b5815 100644 --- a/MatchManagerSuite/MatchManagerWidget.php +++ b/MatchManagerSuite/MatchManagerWidget.php @@ -407,6 +407,7 @@ class MatchManagerWidget implements ManialinkPageAnswerListener, CallbackListene $titleLabel->setTextSize(2); $titleLabel->setText('$<$z$i$fc3🏆$> Match Live'); $titleLabel->setTranslate(true); + $titleLabel->setZ(1); $this->manialinkBackground = new ManiaLink(self::MLID_MATCHMANAGERWIDGET_LIVE_WIDGETBACKGROUND); $this->manialinkBackground->addChild($frame);