add missing z-index

This commit is contained in:
Beu 2021-08-25 08:59:40 +02:00
parent 4c7b23e2f4
commit ebb5ae1e6d
1 changed files with 1 additions and 0 deletions

View File

@ -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);