Skip to content

Commit

Permalink
Fix cura recommended mode crashing
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo committed Sep 25, 2023
1 parent a278ad0 commit 19c6c68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 19c6c68

Please sign in to comment.