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