mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 11:59:02 +08:00
WIP: Cleanup
This commit is contained in:
parent
7ea245a57d
commit
47e4b35e70
@ -367,7 +367,7 @@ Item
|
|||||||
width: Math.floor((parent.width * 0.8))
|
width: Math.floor((parent.width * 0.8))
|
||||||
text: model.name
|
text: model.name
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
font.italic: model.name == Cura.MachineManager.activeQualityOrQualityChangesName // TODO: make it easier
|
font.italic: model.name == Cura.MachineManager.activeQualityOrQualityChangesName
|
||||||
color: parent.ListView.isCurrentItem ? palette.highlightedText : palette.text
|
color: parent.ListView.isCurrentItem ? palette.highlightedText : palette.text
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -380,16 +380,9 @@ Item
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
onCurrentIndexChanged:
|
|
||||||
{
|
|
||||||
var model = qualitiesModel.getItem(currentIndex);
|
|
||||||
// TODO
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// details panel on the right
|
// details panel on the right
|
||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user