mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -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
|
@ -9,7 +9,7 @@ import UM 1.1 as UM
|
|||
|
||||
QtObject
|
||||
{
|
||||
property Component sidebar_header_button: Component
|
||||
property Component print_setup_header_button: Component
|
||||
{
|
||||
ButtonStyle
|
||||
{
|
||||
|
@ -80,7 +80,7 @@ QtObject
|
|||
}
|
||||
Label
|
||||
{
|
||||
id: sidebarComboBoxLabel
|
||||
id: printSetupComboBoxLabel
|
||||
color: control.enabled ? Theme.getColor("setting_control_text") : Theme.getColor("setting_control_disabled_text")
|
||||
text: control.text;
|
||||
elide: Text.ElideRight;
|
||||
|
@ -644,7 +644,7 @@ QtObject
|
|||
}
|
||||
}
|
||||
|
||||
property Component sidebar_action_button: Component
|
||||
property Component print_setup_action_button: Component
|
||||
{
|
||||
ButtonStyle
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue