mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Use Cura.Menu instead of UM.Menu
Same as the previous commit. Use the specialised variant provided by Cura instead of the generic one of UM CURA-8683
This commit is contained in:
parent
3130ea0f74
commit
babf3043f8
6 changed files with 8 additions and 10 deletions
|
@ -7,7 +7,7 @@ import QtQuick.Controls 2.4
|
|||
import UM 1.5 as UM
|
||||
import Cura 1.0 as Cura
|
||||
|
||||
UM.Menu
|
||||
Cura.Menu
|
||||
{
|
||||
id: nozzleMenu
|
||||
title: "Nozzle"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue