Remove Italics

CURA-8979
This commit is contained in:
j.delarago 2022-03-15 15:05:26 +01:00
parent bf784dbba0
commit 99f9918db5

View file

@ -28,7 +28,6 @@ Rectangle
name: "selected"
when: material !== null && base.currentItem !== null && base.currentItem.root_material_id === material.root_material_id
PropertyChanges { target: materialSlot; color: UM.Theme.getColor("background_3") }
PropertyChanges { target: materialLabel; font: UM.Theme.getFont("default_italic") }
},
State
{