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

corr doc, sort

parent 41caec97
No related branches found
No related tags found
1 merge request!2117Merge some files concerned with font sizes; rectify '@brief' lines in file headers
......@@ -25,14 +25,14 @@ SpecularPlotCanvas::SpecularPlotCanvas(QWidget* parent)
, m_statusLabel(new PlotStatusLabel(m_plot, this))
{
this->installEventFilter(m_canvasEvent);
auto* layout = new QVBoxLayout;
setLayout(layout);
layout->setSpacing(0);
layout->addWidget(m_plot);
layout->addWidget(m_statusLabel);
setLayout(layout);
setStatusLabelEnabled(false);
}
......
......@@ -3,7 +3,7 @@
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/PlotSpecular/SpecularPlotCanvas.h
//! @brief Defines class ColorMapCanvas
//! @brief Defines class SpecularPlotCanvas
//!
//! @homepage http://www.bornagainproject.org
//! @license GNU General Public License v3 or higher (see COPYING)
......@@ -17,11 +17,10 @@
#include <QWidget>
class DataItem;
class Data1DItem;
class FontScalingEvent;
class PlotStatusLabel;
class QCustomPlot;
class Data1DItem;
class SpecularPlot;
//! Contains SpecularPlot for specular data presentation, and provides status string appearance.
......
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