@@ -69,7 +69,7 @@ |
||
| 69 | 69 | $buttonFrame = new Frame(); |
| 70 | 70 | $buttonFrame->setAlign("center", "center") |
| 71 | 71 | ->setPosition($this->posX + ($this->width / 2), $this->posY - ($this->height / 2), $this->posZ) |
| 72 | - ->addClasses(['uiContainer', 'uiButton']+$this->_classes) |
|
| 72 | + ->addClasses(['uiContainer', 'uiButton'] + $this->_classes) |
|
| 73 | 73 | ->addDataAttribute("action", $this->action) |
| 74 | 74 | ->setScale($this->scale); |
| 75 | 75 | |