From 6432e9b8b0b25f6a3b04b7f87eaff7d84d04c960 Mon Sep 17 00:00:00 2001 From: Sidiouth <66497848+Sidiouth@users.noreply.github.com> Date: Mon, 31 Aug 2020 16:15:58 -0400 Subject: Initial commit -Right-alight option labels in the gui -Allow users to modify the string already in the options field --- grapher/Models/Fields/Field.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grapher/Models/Fields') diff --git a/grapher/Models/Fields/Field.cs b/grapher/Models/Fields/Field.cs index 8d75172..1810081 100644 --- a/grapher/Models/Fields/Field.cs +++ b/grapher/Models/Fields/Field.cs @@ -97,7 +97,7 @@ namespace grapher State = FieldState.Typing; } - Box.Text = string.Empty; + Box.Text = Data.ToString(); } public void SetToEntered() -- cgit v1.2.3