mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
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:
parent
898fd25ddb
commit
1d33fe081f
12 changed files with 16 additions and 59 deletions
|
@ -224,7 +224,7 @@ Rectangle
|
|||
{
|
||||
id: arrangeAllBuildPlatesButton;
|
||||
text: catalog.i18nc("@action:button","Arrange to all build plates");
|
||||
style: UM.Theme.styles.sidebar_action_button
|
||||
style: UM.Theme.styles.print_setup_action_button
|
||||
height: UM.Theme.getSize("objects_menu_button").height;
|
||||
tooltip: '';
|
||||
anchors
|
||||
|
@ -244,7 +244,7 @@ Rectangle
|
|||
{
|
||||
id: arrangeBuildPlateButton;
|
||||
text: catalog.i18nc("@action:button","Arrange current build plate");
|
||||
style: UM.Theme.styles.sidebar_action_button
|
||||
style: UM.Theme.styles.print_setup_action_button
|
||||
height: UM.Theme.getSize("objects_menu_button").height;
|
||||
tooltip: '';
|
||||
anchors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue