PrintQuality icon is slightly too right aligned due to the icon not filling the entire svg.

There is no additional margin on the left that can be removed, so instead I've given it a small negative margin

CURA-8849
This commit is contained in:
j.delarago 2022-06-17 15:02:45 +02:00
parent 50a3511496
commit f650579799

View file

@ -22,6 +22,7 @@ Item
id: resolutionTitle
anchors.top: parent.top
anchors.left: parent.left
anchors.leftMargin: - UM.Theme.getSize("thick_lining").width
source: UM.Theme.getIcon("PrintQuality")
text: catalog.i18nc("@label", "Resolution")
width: labelColumnWidth