Skip to content
Snippets Groups Projects
Commit 8c009c47 authored by Matthias Puchner's avatar Matthias Puchner
Browse files

better title for multilayer properties

parent e9157137
No related branches found
No related tags found
1 merge request!447Real space for layer editor
......@@ -64,7 +64,7 @@ MultiLayerForm::MultiLayerForm(QWidget* parent, MultiLayerItem* multiLayerItem,
m_layout = new QVBoxLayout(this);
auto props = new QGroupBox(this);
props->setTitle("Multilayer properties");
props->setTitle("Sample");
FormLayouter layouter(props, ec);
layouter.setContentsMargins(6, 6, 0, 6);
layouter.addValue(multiLayerItem->crossCorrLength());
......
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