@@ -36,7 +36,7 @@ |
||
| 36 | 36 | WidgetFactoryContext $context, |
| 37 | 37 | ManiaScriptFactory $menuScriptFactory, |
| 38 | 38 | AdminGroups $adminGroupsHelper |
| 39 | - ){ |
|
| 39 | + ) { |
|
| 40 | 40 | parent::__construct($name, $sizeX, $sizeY, $posX, $posY, $context); |
| 41 | 41 | |
| 42 | 42 | $this->menuScriptFactory = $menuScriptFactory; |
@@ -75,11 +75,11 @@ |
||
| 75 | 75 | $manialink->addChild($quad); |
| 76 | 76 | |
| 77 | 77 | $input = $this->uiFactory->createInput("input1", "test text", 30); |
| 78 | - $input->setPosition(90,-30); |
|
| 78 | + $input->setPosition(90, -30); |
|
| 79 | 79 | $manialink->addChild($input); |
| 80 | 80 | |
| 81 | 81 | $input = $this->uiFactory->createTextbox("input2", "test\ntest2\ntest3\nest4\ntest5", 5, 30); |
| 82 | - $input->setPosition(130,-30); |
|
| 82 | + $input->setPosition(130, -30); |
|
| 83 | 83 | |
| 84 | 84 | $manialink->addChild($input); |
| 85 | 85 | } |