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

corr comm

parent 9c0fdddb
No related branches found
No related tags found
1 merge request!2062simplify code for collapsible groupboxes; make instrument view more compact
......@@ -42,8 +42,8 @@ GroupBox::GroupBox(const QString& title, QLayout* content_layout, QWidget* paren
mainLayout->setMenuBar(label);
mainLayout->addWidget(contentArea);
setTitle(""); // title has been read above
setLayout(mainLayout); // overwrites layout that has been read above
setTitle("");
setLayout(mainLayout);
}
// ************************************************************************************************
......
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