mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add scaling factor 50
This commit is contained in:
parent
60abadb86e
commit
527be5f644
@ -355,5 +355,5 @@ QString RiaDefines::stringListSeparator()
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
std::vector<double> RiaDefines::viewScaleOptions()
|
std::vector<double> RiaDefines::viewScaleOptions()
|
||||||
{
|
{
|
||||||
return { 0.05, 0.1, 0.2, 0.5, 1.0, 2.0, 3.0, 4.0, 5.0, 10.0, 15.0, 20.0 };
|
return { 0.05, 0.1, 0.2, 0.5, 1.0, 2.0, 3.0, 4.0, 5.0, 10.0, 15.0, 20.0, 50.0 };
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user