From b92ba6727227911f7f8f04a93c59bcded04955bc Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Thu, 8 Dec 2011 22:06:53 +0100 Subject: [PATCH] Workaround for a WxWidgets bug that clips the overlap_ratio label on Mac --- lib/Slic3r/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Slic3r/Config.pm b/lib/Slic3r/Config.pm index 8ae916f07..3f4146622 100644 --- a/lib/Slic3r/Config.pm +++ b/lib/Slic3r/Config.pm @@ -138,7 +138,7 @@ our $Options = { type => 'f', }, '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', type => 'f', },