mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Consistently use Cura.Menu and Cura.MenuItem
Some of these were using the built-in Menu and MenuItem, causing the menus to appear in different sizes. Contributes to issue CURA-8688.
This commit is contained in:
parent
52ff67c1eb
commit
e552383863
6 changed files with 9 additions and 14 deletions
|
@ -8,7 +8,7 @@ import UM 1.5 as UM
|
|||
import Cura 1.0 as Cura
|
||||
|
||||
|
||||
Menu
|
||||
Cura.Menu
|
||||
{
|
||||
id: helpMenu
|
||||
title: catalog.i18nc("@title:menu menubar:toplevel", "&Help")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue