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/Layouts/LayoutBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grapher/Layouts/LayoutBase.cs') diff --git a/grapher/Layouts/LayoutBase.cs b/grapher/Layouts/LayoutBase.cs index a4d0827..263c8c5 100644 --- a/grapher/Layouts/LayoutBase.cs +++ b/grapher/Layouts/LayoutBase.cs @@ -43,7 +43,7 @@ namespace grapher.Layouts public void Layout(Option[] options, OptionXY[] optionsXY, Button button) { // Relies on AccelOptions to keep lengths correct. - for (int i = 0; i< options.Length; i++) + for (int i = 0; i < options.Length; i++) { if (ShowOptions[i]) { -- cgit v1.2.3