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

@ -376,7 +376,7 @@ class ManialinkManager implements ManialinkPageAnswerListener, CallbackListener,
// define standard properties
$hAlign = (isset($properties['hAlign']) ? $properties['hAlign'] : Control::LEFT);
$style = (isset($properties['style']) ? $properties['style'] : Label_Text::STYLE_TextCardSmall);
$textSize = (isset($properties['textSize']) ? $properties['textSize'] : 1.5);
$textSize = (isset($properties['textSize']) ? $properties['textSize'] : 1);
$textColor = (isset($properties['textColor']) ? $properties['textColor'] : 'FFF');
$posZ = (isset($properties['posZ']) ? $properties['posZ'] : 0);