Clean up the code

Remove all the references to the sidebar and use the term print_setup instead.

Contributes to CURA-5941.
This commit is contained in:
Diego Prado Gesto 2018-12-07 12:07:41 +01:00
parent 898fd25ddb
commit 1d33fe081f
12 changed files with 16 additions and 59 deletions

View file

@ -309,7 +309,7 @@ Item
}
}
style: UM.Theme.styles.sidebar_action_button
style: UM.Theme.styles.print_setup_action_button
}
Button
@ -325,7 +325,7 @@ Item
text: catalog.i18nc("@label", "Abort Print")
onClicked: confirmationDialog.visible = true
style: UM.Theme.styles.sidebar_action_button
style: UM.Theme.styles.print_setup_action_button
}
MessageDialog