Skip to content

Commit d6afddc

Browse files
committed
Fix #1566 : Port submenu section heading show at top
1 parent 93291b6 commit d6afddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: arduino-ide-extension/src/browser/contributions/board-selection.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ PID: ${PID}`;
276276
'{0} ports',
277277
Port.Protocols.protocolLabel(protocol)
278278
),
279-
{ order: protocolOrder.toString() }
279+
{ order: protocolOrder.toString().padStart(4) }
280280
);
281281
this.menuModelRegistry.registerMenuNode(menuPath, placeholder);
282282
this.toDisposeBeforeMenuRebuild.push(

0 commit comments

Comments
 (0)