mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-30 04:42:02 +08:00
Fix cura recommended mode crashing
CURA-11051
This commit is contained in:
parent
a278ad057f
commit
19c6c68b0a
@ -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