mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Checked build plates in context menu now actually match the selected item's build plates; changed collapse arrow. CURA-4525
This commit is contained in:
parent
0839125076
commit
fda4badab1
3 changed files with 22 additions and 3 deletions
|
@ -56,7 +56,7 @@ Rectangle
|
|||
sourceSize.width: width
|
||||
sourceSize.height: width
|
||||
color: UM.Theme.getColor("setting_control_text")
|
||||
source: collapsed ? UM.Theme.getIcon("arrow_top") : UM.Theme.getIcon("arrow_bottom")
|
||||
source: collapsed ? UM.Theme.getIcon("arrow_left") : UM.Theme.getIcon("arrow_bottom")
|
||||
}
|
||||
label: Label{ }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue