mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-27 04:41:06 -07:00
Improve the machine selector header to show an icon in case it is a
network printer. Contributes to CURA-5942.
This commit is contained in:
parent
2b08857331
commit
1d84bd7356
13 changed files with 50 additions and 91 deletions
|
|
@ -47,6 +47,7 @@ Column
|
|||
{
|
||||
id: estimatedTime
|
||||
width: parent.width
|
||||
height: childrenRect.height
|
||||
|
||||
text: PrintInformation.currentPrintTime.getDisplayString(UM.DurationFormat.Long)
|
||||
source: UM.Theme.getIcon("clock")
|
||||
|
|
@ -57,6 +58,7 @@ Column
|
|||
{
|
||||
id: estimatedCosts
|
||||
width: parent.width
|
||||
height: childrenRect.height
|
||||
|
||||
property var printMaterialLengths: PrintInformation.materialLengths
|
||||
property var printMaterialWeights: PrintInformation.materialWeights
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue