[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

@@ -145,7 +145,7 @@ float Data::xMax() {
}
float Data::yMin() {
return -k_marginFactor*m_yMax;
return 0.0f;
}
float Data::yMax() {