mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 13:53:11 -07:00
Update default min/max values for variables (#1146)
This commit is contained in:
parent
60c50e1142
commit
b93fe0b2b2
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ public
|
||||||
Variable(double value)
|
Variable(double value)
|
||||||
: m_Value{ value }
|
: m_Value{ value }
|
||||||
, m_Step{ 0.1 }
|
, m_Step{ 0.1 }
|
||||||
, m_Min{ 0.0 }
|
, m_Min{ -5.0 }
|
||||||
, m_Max{ 2.0 }
|
, m_Max{ 5.0 }
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue