added note paths section container

This commit is contained in:
zadam
2021-05-29 13:06:09 +02:00
parent 520db931ae
commit 9532a5662f
5 changed files with 39 additions and 43 deletions

View File

@@ -4,7 +4,7 @@ export default class CreatePaneButton extends ButtonWidget {
constructor() {
super();
this.icon("bx-window-open bx-rotate-90")
this.icon("bx-dock-right")
.title("Create new pane")
.titlePlacement("bottom")
.onClick(widget => widget.triggerCommand("openNewPane", { ntxId: widget.getNtxId() }));