title row spacing

This commit is contained in:
zadam
2020-02-27 10:08:21 +01:00
parent 368d0c55da
commit d71763aedb
3 changed files with 15 additions and 2 deletions

View File

@@ -66,7 +66,8 @@ export default class StandardTopWidget extends BasicWidget {
doRender() {
this.$widget = $(TPL);
const historyNavigationWidget = new HistoryNavigationWidget(this);
const historyNavigationWidget = new HistoryNavigationWidget();
this.child(historyNavigationWidget);
this.$widget.prepend(historyNavigationWidget.render());