change the fontsize of fix the flooring

This commit is contained in:
Beu
2022-04-14 02:49:42 +02:00
parent 80f4e867b6
commit 7b10300713
10 changed files with 16 additions and 16 deletions

View File

@ -168,7 +168,7 @@ class AdminLists implements ManialinkPageAnswerListener, CallbackListener, Usage
$rightLabel = new Label_Text();
$playerFrame->addChild($rightLabel);
$rightLabel->setX($posX + 13.9);
$rightLabel->setTextSize(0.8);
$rightLabel->setTextSize(0);
$rightLabel->setZ(10);
$rightLabel->setText($this->maniaControl->getAuthenticationManager()->getAuthLevelAbbreviation($admin));
$description = $this->maniaControl->getAuthenticationManager()->getAuthLevelName($admin) . " " . $admin->nickname;