From ae18a1a06060ef66d317af521032ac22fcd88eb3 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Wed, 12 Aug 2020 18:18:34 -0700 Subject: Fixed some edge cases around not using enter --- grapher/FieldXY.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'grapher/FieldXY.cs') diff --git a/grapher/FieldXY.cs b/grapher/FieldXY.cs index 87bda18..87e0b9c 100644 --- a/grapher/FieldXY.cs +++ b/grapher/FieldXY.cs @@ -9,9 +9,9 @@ namespace grapher { public class FieldXY { - public const int DefaultSeparation = 6; + public const int DefaultSeparation = 4; - public const string ShortenedFormatString = "#.###"; + public const string ShortenedFormatString = "0.###"; public FieldXY(TextBox xBox, TextBox yBox, CheckBox lockCheckBox, Form containingForm, double defaultData) { -- cgit v1.2.3