mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-19 07:17:30 +08:00
Use correct styling in settingmenu
This commit is contained in:
parent
5615ec82a3
commit
78523789e7
@ -19,7 +19,7 @@ Cura.Menu
|
|||||||
{
|
{
|
||||||
id: extruderInstantiator
|
id: extruderInstantiator
|
||||||
model: activeMachine == null ? null : activeMachine.extruderList
|
model: activeMachine == null ? null : activeMachine.extruderList
|
||||||
Menu
|
Cura.Menu
|
||||||
{
|
{
|
||||||
title: modelData.name
|
title: modelData.name
|
||||||
property var extruder: (base.activeMachine === null) ? null : activeMachine.extruderList[model.index]
|
property var extruder: (base.activeMachine === null) ? null : activeMachine.extruderList[model.index]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user