From 235002cdd40dddec938b7603a09139d120a07a40 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Thu, 20 Sep 2018 14:48:36 +0200 Subject: [PATCH] gui: fixed title height --- slsDetectorGui/src/qDrawPlot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorGui/src/qDrawPlot.cpp b/slsDetectorGui/src/qDrawPlot.cpp index 47749dddf..87492eeea 100644 --- a/slsDetectorGui/src/qDrawPlot.cpp +++ b/slsDetectorGui/src/qDrawPlot.cpp @@ -246,7 +246,7 @@ void qDrawPlot::SetupWidgetWindow(){ this->setLayout(layout); histFrameIndexTitle = new QLabel(""); - + histFrameIndexTitle->setFixedHeight(10); boxPlot = new QGroupBox(""); layout->addWidget(boxPlot,1,0); boxPlot->setAlignment(Qt::AlignHCenter);