From b6c2df113176942d4c2e2d897a499fa32fffd286 Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Wed, 26 Feb 2014 12:00:21 +0000 Subject: [PATCH] Small Tidy up of AllPlot Settings --- src/AllPlotWindow.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/AllPlotWindow.cpp b/src/AllPlotWindow.cpp index 93f4a662f..27c8c9659 100644 --- a/src/AllPlotWindow.cpp +++ b/src/AllPlotWindow.cpp @@ -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);