Added icons

CURA-4527
This commit is contained in:
Aleksei S 2017-11-15 00:43:17 +01:00
parent 6e7e859a0a
commit 3d2868c336
6 changed files with 285 additions and 5 deletions

View file

@ -237,7 +237,7 @@ Rectangle
// #1 3d view
Button
{
iconSource: UM.Theme.getIcon("category_machine")
iconSource: UM.Theme.getIcon("view_3d")
style: UM.Theme.styles.orientation_button
anchors.verticalCenter: viewOrientationControl.verticalCenter
onClicked:{
@ -248,7 +248,7 @@ Rectangle
// #2 Front view
Button
{
iconSource: UM.Theme.getIcon("category_machine")
iconSource: UM.Theme.getIcon("view_fron")
style: UM.Theme.styles.orientation_button
anchors.verticalCenter: viewOrientationControl.verticalCenter
onClicked:{
@ -259,7 +259,7 @@ Rectangle
// #3 Top view
Button
{
iconSource: UM.Theme.getIcon("category_machine")
iconSource: UM.Theme.getIcon("view_top")
style: UM.Theme.styles.orientation_button
anchors.verticalCenter: viewOrientationControl.verticalCenter
onClicked:{
@ -270,7 +270,7 @@ Rectangle
// #4 Left view
Button
{
iconSource: UM.Theme.getIcon("category_machine")
iconSource: UM.Theme.getIcon("view_left")
style: UM.Theme.styles.orientation_button
anchors.verticalCenter: viewOrientationControl.verticalCenter
onClicked:{
@ -281,7 +281,7 @@ Rectangle
// #5 Left view
Button
{
iconSource: UM.Theme.getIcon("category_machine")
iconSource: UM.Theme.getIcon("view_right")
style: UM.Theme.styles.orientation_button
anchors.verticalCenter: viewOrientationControl.verticalCenter
onClicked:{