Merge pull request #16811 from Ultimaker/CURA-11065-fix-cura-recommended-mode-crashing

Fix cura recommended mode crashing
This commit is contained in:
Erwan MATHIEU 2023-09-26 12:47:46 +02:00 committed by GitHub
commit 96ccd50ce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ Flickable
padding: UM.Theme.getSize("default_margin").width
spacing: UM.Theme.getSize("default_margin").height
width: recommendedPrintSetup.width - 2 * padding - (scroll.visible ? scroll.width : 0)
width: recommendedPrintSetup.width - 2 * padding - UM.Theme.getSize("thin_margin").width
// TODO
property real firstColumnWidth: Math.round(width / 3)