Clarify that min Z, max Z and layer height are supposed to be expressed in mm

This commit is contained in:
Alessandro Ranellucci 2013-03-12 10:28:51 +01:00
parent a5e6340004
commit 5c1336d2de

View File

@ -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