#7712 Statistics Plot: replace "Bar Width" with "Gap Width"

Also changed range from fraction to percentage, and inverted logic.
This commit is contained in:
Kristian Bendiksen
2021-05-28 14:08:19 +02:00
committed by Magne Sjaastad
parent 429d1e4166
commit ae2af64c24
2 changed files with 7 additions and 7 deletions

View File

@@ -92,6 +92,6 @@ protected:
caf::PdmField<QString> m_plotWindowTitle;
caf::PdmField<int> m_numHistogramBins;
caf::PdmField<cvf::Color3f> m_histogramBarColor;
caf::PdmField<double> m_histogramBarWidth;
caf::PdmField<double> m_histogramGapWidth;
caf::PdmField<caf::AppEnum<HistogramFrequencyType>> m_histogramFrequencyType;
};