Skip to content
Snippets Groups Projects
Commit b31fc263 authored by Yurov, Dmitry's avatar Yurov, Dmitry
Browse files

Test status label appearence in the test view

Redmine: #2106
parent d8b9d4cc
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
#include "MaterialEditor.h"
#include "MinimizerItem.h"
#include "MinimizerSettingsWidget.h"
#include "Plot1D.h"
#include "Plot1DCanvas.h"
#include "RealDataItem.h"
#include "SampleModel.h"
#include "SpecularDataItem.h"
......@@ -215,7 +215,7 @@ void TestView::test_specular_data_widget()
QVBoxLayout* layout = new QVBoxLayout;
layout->setMargin(0);
layout->setSpacing(0);
auto widget = new Plot1D(this);
auto widget = new Plot1DCanvas(this);
widget->setItem(job_item->dataItemView());
layout->addWidget(widget);
setLayout(layout);
......
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