Skip to content

Commit 5788ca3

Browse files
author
Akos Kitta
committed
aligned items under tools.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
1 parent 5d23cb5 commit 5788ca3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

arduino-ide-extension/src/browser/boards/boards-widget-frontend-contribution.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ export class BoardsListWidgetFrontendContribution extends ListWidgetFrontendCont
3131
if (this.toggleCommand) {
3232
menus.registerMenuAction(ArduinoMenus.TOOLS, {
3333
commandId: this.toggleCommand.id,
34-
label: 'Boards Manager...'
34+
label: 'Boards Manager...',
35+
order: '4'
3536
});
3637
}
3738
}

arduino-ide-extension/src/browser/monitor/monitor-view-contribution.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export class MonitorViewContribution extends AbstractViewContribution<MonitorWid
5151
menus.registerMenuAction(ArduinoMenus.TOOLS, {
5252
commandId: this.toggleCommand.id,
5353
label: 'Serial Monitor',
54-
order: '4'
54+
order: '5'
5555
});
5656
}
5757
}

0 commit comments

Comments
 (0)