Controls: always prepend the title

This commit is contained in:
Thomas Gelf 2017-07-20 16:59:25 +02:00
parent 408e3753ab
commit 9dc50beee5

View File

@ -35,7 +35,7 @@ class Controls extends Container
$this->subTitle = $subTitle;
}
return $this->add($this->renderTitleElement());
return $this->prepend($this->renderTitleElement());
}
/**