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

[j.649] move plot2d (heatmap) properties panel back to the right (#849) (Closes #849)

Merging branch 'j.649'  into 'main'.

See merge request !2216
parents c4f636f8 0c5a0f85
No related branches found
No related tags found
1 merge request!2216move plot2d (heatmap) properties panel back to the right (#849)
Pipeline #122923 passed
......@@ -34,12 +34,12 @@ Plot2DFrame::Plot2DFrame()
layout->setContentsMargins(0, 0, 0, 0);
layout->setSpacing(0);
layout->addWidget(m_intensityCanvas);
layout->addWidget(m_scaleEditor);
m_scaleEditor->setVisible(false);
m_scaleEditor->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Minimum);
layout->addWidget(m_intensityCanvas);
connect(m_intensityCanvas, &IntensityDataCanvas::customContextMenuRequested, this,
&Plot2DFrame::onContextMenuRequest);
}
......
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