Move material estimate properties to sidebar as well

That's where they are used after all.

Contributes to issue CURA-4149.
This commit is contained in:
Ghostkeeper 2017-08-14 12:06:03 +02:00
parent 6a4329c1a0
commit 5866b759a8
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75
2 changed files with 3 additions and 4 deletions

View File

@ -23,10 +23,6 @@ Item {
UM.I18nCatalog { id: catalog; name:"cura"}
property variant printMaterialLengths: PrintInformation.materialLengths
property variant printMaterialWeights: PrintInformation.materialWeights
property variant printMaterialCosts: PrintInformation.materialCosts
height: childrenRect.height
Connections

View File

@ -27,6 +27,9 @@ Rectangle
property variant printDuration: PrintInformation.currentPrintTime
property variant printDurationPerFeature: PrintInformation.printTimesPerFeature
property variant printMaterialLengths: PrintInformation.materialLengths
property variant printMaterialWeights: PrintInformation.materialWeights
property variant printMaterialCosts: PrintInformation.materialCosts
color: UM.Theme.getColor("sidebar")
UM.I18nCatalog { id: catalog; name:"cura"}