mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 12:47:49 -06:00
Use correct styling in settingmenu
This commit is contained in:
parent
5615ec82a3
commit
78523789e7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue