ChartWindow: Set limits to 120 Oe and 1.5 euro

This commit is contained in:
2024-01-27 22:53:40 +01:00
parent 9470b26aec
commit 255953a658
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ namespace Elwig.Helpers.Billing {
public const int MinX = 50;
public const int MinXGeb = 73;
public const int MaxX = 140;
public const int MaxX = 120;
public int Id { get; set; }
public BillingData.CurveMode Mode { get; set; }