fix entry name

This commit is contained in:
Beu 2023-10-02 15:25:05 +02:00
parent 69bbcfbc40
commit 6de16109f3
1 changed files with 1 additions and 0 deletions

View File

@ -249,6 +249,7 @@ class DirectoryBrowser implements ManialinkPageAnswerListener {
$entry->setPosition($downloadPosX, $height * -0.39);
$entry->setTextSize(1);
$entry->setSize($width * 0.35, 4);
$entry->setName("Value");
$downloadPosX += $width * 0.35 + 10;