mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Merge remote-tracking branch 'origin/CURA-8688_qt6_cleanup' into CURA-8688_qt6_cleanup
This commit is contained in:
commit
01802c9a97
1 changed files with 4 additions and 1 deletions
|
|
@ -32,7 +32,10 @@ Item
|
||||||
|
|
||||||
contentItem: UM.Label
|
contentItem: UM.Label
|
||||||
{
|
{
|
||||||
text: menuBarItem.text
|
text: menuBarItem.text.replace(new RegExp("&([A-Za-z])"), function (match, character)
|
||||||
|
{
|
||||||
|
return `<u>${character}</u>`;
|
||||||
|
})
|
||||||
horizontalAlignment: Text.AlignLeft
|
horizontalAlignment: Text.AlignLeft
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue