The icons changed

CURA-4527
This commit is contained in:
Aleksei S 2017-11-22 11:10:25 +01:00
parent ce0510cee3
commit d7b230269b
7 changed files with 97 additions and 282 deletions

View file

@ -242,7 +242,6 @@ Rectangle
anchors.verticalCenter: viewOrientationControl.verticalCenter
onClicked:{
UM.Controller.rotateView("3d", 0);
console.log("WIDTH : " + base.width)
}
visible: base.width > 1100
}
@ -250,7 +249,7 @@ Rectangle
// #2 Front view
Button
{
iconSource: UM.Theme.getIcon("view_fron")
iconSource: UM.Theme.getIcon("view_front")
style: UM.Theme.styles.orientation_button
anchors.verticalCenter: viewOrientationControl.verticalCenter
onClicked:{