mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-07 19:36:33 +00:00
Fix #1566 : Port submenu section heading show at top
This commit is contained in:
parent
b8bf1eefa2
commit
5424dfcf70
@ -276,7 +276,7 @@ PID: ${PID}`;
|
||||
'{0} ports',
|
||||
Port.Protocols.protocolLabel(protocol)
|
||||
),
|
||||
{ order: protocolOrder.toString() }
|
||||
{ order: protocolOrder.toString().padStart(4) }
|
||||
);
|
||||
this.menuModelRegistry.registerMenuNode(menuPath, placeholder);
|
||||
this.toDisposeBeforeMenuRebuild.push(
|
||||
|
Loading…
x
Reference in New Issue
Block a user