mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
The icons changed
CURA-4527
This commit is contained in:
parent
ce0510cee3
commit
d7b230269b
7 changed files with 97 additions and 282 deletions
|
@ -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:{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue