Browse Source

Merge pull request #15947 from Ultimaker/CURA-10662_Wider_Material_Estimation

Increase Boxes for Printjob Information
Casper Lamboo 1 year ago
parent
commit
305e006858
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/ActionPanel/PrintJobInformation.qml

+ 1 - 1
resources/qml/ActionPanel/PrintJobInformation.qml

@@ -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()