Merge branch 'replace_controls_1_for_controls_2' into CURA-8688_qt6_cleanup

This commit is contained in:
j.delarago 2022-02-17 15:21:19 +01:00
commit b2811b1125
375 changed files with 41650 additions and 33253 deletions

View file

@ -37,7 +37,7 @@ UM.MenuItem
anchors.verticalCenter: parent.verticalCenter
anchors.left: parent.left
anchors.leftMargin: UM.Theme.getSize("default_margin").width
source: UM.Theme.getIcon("Check")
source: UM.Theme.getIcon("Check", "low")
color: UM.Theme.getColor("setting_control_text")
}