Skip to content

Commit

Permalink
Merge pull request #15947 from Ultimaker/CURA-10662_Wider_Material_Es…
Browse files Browse the repository at this point in the history
…timation

Increase Boxes for Printjob Information
  • Loading branch information
casperlamboo committed Jun 29, 2023
2 parents d2e0ffc + d181ade commit 305e006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/qml/ActionPanel/PrintJobInformation.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 305e006

Please sign in to comment.