From 5c1336d2def130a7a0ecd3fbd35e87782f889b04 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Tue, 12 Mar 2013 10:28:51 +0100 Subject: [PATCH] Clarify that min Z, max Z and layer height are supposed to be expressed in mm --- lib/Slic3r/GUI/Plater/ObjectDialog.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Slic3r/GUI/Plater/ObjectDialog.pm b/lib/Slic3r/GUI/Plater/ObjectDialog.pm index c0ba45c134..77a34685fc 100644 --- a/lib/Slic3r/GUI/Plater/ObjectDialog.pm +++ b/lib/Slic3r/GUI/Plater/ObjectDialog.pm @@ -109,10 +109,10 @@ sub new { $grid->CreateGrid(0, 3); $grid->DisableDragRowSize; $grid->HideRowLabels if &Wx::wxVERSION_STRING !~ / 2\.8\./; - $grid->SetColLabelValue(0, "Min Z"); - $grid->SetColLabelValue(1, "Max Z"); - $grid->SetColLabelValue(2, "Layer height"); - $grid->SetColSize($_, 100) for 0..2; + $grid->SetColLabelValue(0, "Min Z (mm)"); + $grid->SetColLabelValue(1, "Max Z (mm)"); + $grid->SetColLabelValue(2, "Layer height (mm)"); + $grid->SetColSize($_, 135) for 0..2; $grid->SetDefaultCellAlignment(wxALIGN_CENTRE, wxALIGN_CENTRE); # load data