Skip to content

Commit def93ea

Browse files
Akos Kittakittaakos
Akos Kitta
authored andcommitted
GH-354: Moved the Outline to the left-hand side.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
1 parent 5f51939 commit def93ea

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arduino-ide-extension/src/browser/theia/outline/outline-contribution.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ export class OutlineViewContribution extends TheiaOutlineViewContribution {
99
@inject(EditorMode)
1010
protected readonly editorMode: EditorMode;
1111

12+
constructor() {
13+
super();
14+
this.options.defaultWidgetOptions = {
15+
area: 'left',
16+
rank: 500
17+
};
18+
}
19+
1220
async initializeLayout(app: FrontendApplication): Promise<void> {
1321
if (this.editorMode.proMode) {
1422
return super.initializeLayout(app);

0 commit comments

Comments
 (0)