mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 18:57:52 -06:00
Fix cura recommended mode crashing
CURA-11051
This commit is contained in:
parent
a278ad057f
commit
19c6c68b0a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue