From d181ade2af8212f3111baac153e132f66692e936 Mon Sep 17 00:00:00 2001 From: MariMakes <40423138+MariMakes@users.noreply.github.com> Date: Wed, 28 Jun 2023 16:16:58 +0200 Subject: [PATCH] Increase Boxes for Printjob Information Proposed by contributed by @Diegovd --- resources/qml/ActionPanel/PrintJobInformation.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/ActionPanel/PrintJobInformation.qml b/resources/qml/ActionPanel/PrintJobInformation.qml index d142335d419..9d4f23346c5 100644 --- a/resources/qml/ActionPanel/PrintJobInformation.qml +++ b/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()