From 4afa0433818aa0db0aebe9bd7b53ec62a4837cb9 Mon Sep 17 00:00:00 2001 From: Bruno-B2S Date: Wed, 17 Apr 2024 09:54:58 +0200 Subject: [PATCH] Grid: max altitude increased to 99999m to allow HAPS to use the calculation --- Grid/GridUI.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid/GridUI.Designer.cs b/Grid/GridUI.Designer.cs index 9f0d76483c..698250907d 100644 --- a/Grid/GridUI.Designer.cs +++ b/Grid/GridUI.Designer.cs @@ -1320,7 +1320,7 @@ private void InitializeComponent() 0}); resources.ApplyResources(this.NUM_altitude, "NUM_altitude"); this.NUM_altitude.Maximum = new decimal(new int[] { - 9999, + 99999, 0, 0, 0});