Small Tidy up of AllPlot Settings

This commit is contained in:
Mark Liversedge
2014-02-26 12:00:21 +00:00
parent f65237e226
commit b6c2df1131

View File

@@ -118,15 +118,16 @@ AllPlotWindow::AllPlotWindow(Context *context) :
//revealControls->hide();
// setup the controls
QLabel *showLabel = new QLabel(tr("Show"), c);
QLabel *showLabel = new QLabel(tr("View"), c);
showStack = new QCheckBox(tr("Stacked view"), this);
showStack = new QCheckBox(tr("Stack"), this);
showStack->setCheckState(Qt::Unchecked);
cl1->addRow(showLabel, showStack);
showBySeries = new QCheckBox(tr("By Series"), this);
showBySeries->setCheckState(Qt::Unchecked);
cl1->addRow(new QLabel("", this), showBySeries);
cl1->addRow(new QLabel("", this), new QLabel("",this)); // spacer
stackWidth = 20;
stackZoomSlider = new QSlider(Qt::Horizontal,this);