1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-29 10:55:50 +00:00

Workaround for a WxWidgets bug that clips the overlap_ratio label on Mac

This commit is contained in:
Alessandro Ranellucci
2011-12-08 22:06:53 +01:00
parent 0a74e068a3
commit b92ba67272
+1 -1
View File
@@ -138,7 +138,7 @@ our $Options = {
type => 'f', type => 'f',
}, },
'overlap_ratio' => { 'overlap_ratio' => {
label => 'Extrusion overlap (ratio over extrusion width)', label => 'Extrusion overlap (ratio over extrusion width)', # the double space here prevents a bug in WxWidgets (Mac)
cli => 'overlap-ratio=f', cli => 'overlap-ratio=f',
type => 'f', type => 'f',
}, },