gui: fixed title height

This commit is contained in:
maliakal_d 2018-09-20 14:48:36 +02:00
parent c784f0f539
commit 235002cdd4

View File

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