mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02:00
gui: fixed title height
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user