Skip to content

Commit

Permalink
add vCenter to RendererView
Browse files Browse the repository at this point in the history
  • Loading branch information
8BitJonny authored Apr 30, 2021
1 parent d607d0b commit ceb349c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/RendererView.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public function render()
"color" => $this->model->color,
"size" => $this->model->size,
"center" => $this->model->center,
"vCenter" => $this->model->vCenter,
"width" => $this->model->width,
"height" => $this->model->height,
"multiline" => $this->model->multiline,
Expand Down

0 comments on commit ceb349c

Please sign in to comment.