mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:19:01 +08:00
Merge pull request #16811 from Ultimaker/CURA-11065-fix-cura-recommended-mode-crashing
Fix cura recommended mode crashing
This commit is contained in:
commit
96ccd50ce7
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user