Skip to content
Snippets Groups Projects
Commit 4def1808 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

corr groupbox heirarchy, get rid of runtime warning

parent 182fbe80
No related branches found
No related tags found
1 merge request!2055GUI cleanup while reading towards detector editor
......@@ -38,7 +38,7 @@ DetectorEditor::DetectorEditor(QWidget* parent, GISASInstrumentItem* instrItem)
DetectorItem* detectorItem = instrItem->detectorItem();
ASSERT(detectorItem);
auto* grid = new QGridLayout(this);
auto* grid = new QGridLayout;
grid->setColumnStretch(0, 1);
grid->setColumnStretch(1, 1);
grid->setColumnStretch(2, 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment