[apps]Make the curve view margins customisable

Change-Id: I7a632ae9ad98ae0b92a2259fa8465c3aecfbf570
This commit is contained in:
Émilie Feral
2016-12-27 14:11:46 +01:00
parent 63376e100c
commit 8d94b4f26b
7 changed files with 22 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
namespace Statistics {
BoxView::BoxView(Data * data) :
CurveView(&m_boxWindow),
CurveView(&m_boxWindow, 0.0f, 0.2f, 0.4f, 0.2f),
m_data(data),
m_boxWindow(BoxWindow(data)),
m_anyQuantileSelected(true),