Hysteresis label too long.

This commit is contained in:
Mark Liversedge
2012-12-07 22:26:50 +00:00
parent 8ab7c90feb
commit 1370abb560

View File

@@ -185,7 +185,7 @@ GeneralPage::GeneralPage(MainWindow *main) : main(main)
if (elevationHysteresis.isNull() || elevationHysteresis.toFloat() == 0.0)
elevationHysteresis.setValue(3.0); // default is 1 meter
QLabel *hystlabel = new QLabel(tr("Elevation gain hysteresis (meters):"));
QLabel *hystlabel = new QLabel(tr("Elevation hysteresis (meters):"));
hystedit = new QLineEdit(elevationHysteresis.toString(),this);
hystedit->setInputMask("9.00");