find widget improvements

This commit is contained in:
zadam
2022-05-17 23:22:28 +02:00
parent fca0b82610
commit 4978a3ff1a
2 changed files with 50 additions and 67 deletions

View File

@@ -162,10 +162,10 @@ export default class DesktopLayout {
.child(new SearchResultWidget())
.child(new SqlResultWidget())
)
.child(new FindWidget())
.child(...this.customWidgets.get('node-detail-pane'))
)
)
.child(new FindWidget())
.child(...this.customWidgets.get('center-pane'))
)
.child(new RightPaneContainer()