mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7712 Statistics Plot: replace "Bar Width" with "Gap Width"
Also changed range from fraction to percentage, and inverted logic.
This commit is contained in:
committed by
Magne Sjaastad
parent
429d1e4166
commit
ae2af64c24
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user