@@ -153,7 +153,7 @@ |
||
| 153 | 153 | $frame->setAlign($this->hAlign, $this->vAlign); |
| 154 | 154 | $frame->setPosition($this->posX, $this->posy); |
| 155 | 155 | $frame->addClasses($this->frameClasses); |
| 156 | - $frame->setSize($this->getWidth(), $this->getHeight()+4); |
|
| 156 | + $frame->setSize($this->getWidth(), $this->getHeight() + 4); |
|
| 157 | 157 | |
| 158 | 158 | $startY = $this->startY; |
| 159 | 159 | |
@@ -202,7 +202,7 @@ |
||
| 202 | 202 | $entry->setPosition(900, 900) |
| 203 | 203 | ->setName($this->name); |
| 204 | 204 | |
| 205 | - $frameOptions = new LayoutRow(0, -$this->height,[],0, $this->height); |
|
| 205 | + $frameOptions = new LayoutRow(0, -$this->height, [], 0, $this->height); |
|
| 206 | 206 | $frameOptions->setStartY($this->height * -0.5); |
| 207 | 207 | $frameOptions->addClass('uiDropdownSelect'); |
| 208 | 208 | |