mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 22:23:57 -06:00
Add a label to the action panel when auto slice is ON, indicating that the process runs automatically.
Contributes to CURA-5942.
This commit is contained in:
parent
09af7a9435
commit
5397cda2b4
1 changed files with 12 additions and 0 deletions
|
@ -40,6 +40,18 @@ Column
|
|||
}
|
||||
}
|
||||
|
||||
Label
|
||||
{
|
||||
id: autoSlicingLabel
|
||||
width: parent.width
|
||||
visible: prepareButtons.autoSlice && widget.backendState == UM.Backend.Processing
|
||||
|
||||
text: catalog.i18nc("@label:PrintjobStatus", "Auto slicing...")
|
||||
color: UM.Theme.getColor("text")
|
||||
font: UM.Theme.getFont("very_small")
|
||||
renderType: Text.NativeRendering
|
||||
}
|
||||
|
||||
Cura.IconLabel
|
||||
{
|
||||
id: unableToSliceMessage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue