|
|
|
|
@ -69,7 +69,11 @@ export default class DesktopLayout {
|
|
|
|
|
.icon("bx-history")
|
|
|
|
|
.title("Show recent changes")
|
|
|
|
|
.command("showRecentChanges"))
|
|
|
|
|
.child(new SpacerWidget())
|
|
|
|
|
.child(new SpacerWidget(40, 0))
|
|
|
|
|
.child(new FlexContainer("column")
|
|
|
|
|
.overflowing()
|
|
|
|
|
.id("plugin-buttons"))
|
|
|
|
|
.child(new SpacerWidget(0, 1000))
|
|
|
|
|
.child(new ProtectedSessionStatusWidget())
|
|
|
|
|
.child(new SyncStatusWidget())
|
|
|
|
|
.child(new LeftPaneToggleWidget())
|
|
|
|
|
@ -103,7 +107,7 @@ export default class DesktopLayout {
|
|
|
|
|
.overflowing()
|
|
|
|
|
.child(new NoteIconWidget())
|
|
|
|
|
.child(new NoteTitleWidget())
|
|
|
|
|
.child(new SpacerWidget(1))
|
|
|
|
|
.child(new SpacerWidget(0, 1))
|
|
|
|
|
.child(new ClosePaneButton())
|
|
|
|
|
.child(new CreatePaneButton())
|
|
|
|
|
)
|
|
|
|
|
|