add missing z-index
This commit is contained in:
parent
4c7b23e2f4
commit
ebb5ae1e6d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user