From 15e95ecc599097c13d01c7a5b4b480904a0c8a32 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de> Date: Fri, 10 Mar 2023 15:21:12 +0100 Subject: [PATCH] Shorten class comment --- GUI/View/Plot2D/ColorMapCanvas.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GUI/View/Plot2D/ColorMapCanvas.h b/GUI/View/Plot2D/ColorMapCanvas.h index 8982189fbf4..e32eaa9d5ff 100644 --- a/GUI/View/Plot2D/ColorMapCanvas.h +++ b/GUI/View/Plot2D/ColorMapCanvas.h @@ -23,8 +23,8 @@ class IntensityDataItem; class PlotStatusLabel; class QCustomPlot; -//! The ColorMapCanvas class contains ColorMap for intensity data presentation, and provide -//! control of font size, status string appearance +//! Contains ColorMap for intensity data presentation, and provides control of font size. +//! Controls appearance of the status string. class ColorMapCanvas : public QWidget { Q_OBJECT -- GitLab