fix entry name
This commit is contained in:
parent
69bbcfbc40
commit
6de16109f3
@ -249,6 +249,7 @@ class DirectoryBrowser implements ManialinkPageAnswerListener {
|
|||||||
$entry->setPosition($downloadPosX, $height * -0.39);
|
$entry->setPosition($downloadPosX, $height * -0.39);
|
||||||
$entry->setTextSize(1);
|
$entry->setTextSize(1);
|
||||||
$entry->setSize($width * 0.35, 4);
|
$entry->setSize($width * 0.35, 4);
|
||||||
|
$entry->setName("Value");
|
||||||
|
|
||||||
$downloadPosX += $width * 0.35 + 10;
|
$downloadPosX += $width * 0.35 + 10;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user