mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Merge pull request #15947 from Ultimaker/CURA-10662_Wider_Material_Estimation
Increase Boxes for Printjob Information
This commit is contained in:
commit
305e006858
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ Column
|
|||
property var printMaterialWeights: PrintInformation.materialWeights
|
||||
property var printMaterialCosts: PrintInformation.materialCosts
|
||||
property var printMaterialNames: PrintInformation.materialNames
|
||||
property var columnWidthMultipliers: [ 0.46, 0.18, 0.18, 0.18 ]
|
||||
property var columnWidthMultipliers: [ 0.26, 0.28, 0.18, 0.28 ]
|
||||
property var columnHorizontalAligns: [ Text.AlignLeft, Text.AlignHCenter, Text.AlignHCenter, Text.AlignRight ]
|
||||
|
||||
function getMaterialTable()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue