mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-30 04:00:02 +02:00
[apps]Make the curve view margins customisable
Change-Id: I7a632ae9ad98ae0b92a2259fa8465c3aecfbf570
This commit is contained in:
@@ -145,7 +145,7 @@ float Data::xMax() {
|
||||
}
|
||||
|
||||
float Data::yMin() {
|
||||
return -k_marginFactor*m_yMax;
|
||||
return 0.0f;
|
||||
}
|
||||
|
||||
float Data::yMax() {
|
||||
|
||||
Reference in New Issue
Block a user