From e785ba5b4b4f2a991fef3c5b548b09208bee0293 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Wed, 20 Jan 2021 18:46:47 -0800 Subject: Final GUI tweaks --- grapher/Constants/Constants.cs | 4 ++-- grapher/Models/AccelGUI.cs | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/grapher/Constants/Constants.cs b/grapher/Constants/Constants.cs index f05be34..d58c5cf 100644 --- a/grapher/Constants/Constants.cs +++ b/grapher/Constants/Constants.cs @@ -121,10 +121,10 @@ namespace grapher public const string DefaultSettingsFileName = @"settings.json"; /// Text to direcitonality panel title when panel is closed. - public const string DirectionalityTitleClosed = "Anisotropy\u25BC"; + public const string DirectionalityTitleClosed = "Anisotropy \u25BC"; /// Text to direcitonality panel title when panel is open. - public const string DirectionalityTitleOpen = "Anisotropy\u25B2"; + public const string DirectionalityTitleOpen = "Anisotropy \u25B2"; /// Style used by System.Double.Parse public const NumberStyles FloatStyle = NumberStyles.Float | NumberStyles.AllowThousands; diff --git a/grapher/Models/AccelGUI.cs b/grapher/Models/AccelGUI.cs index 5f05798..5cd7012 100644 --- a/grapher/Models/AccelGUI.cs +++ b/grapher/Models/AccelGUI.cs @@ -72,6 +72,11 @@ namespace grapher SetupButtons(); AccelForm.DoResize(); + + // TODO: The below removes an overlapping form from the anisotropy panel. + // Figure out why and remove the overlap and below. + ApplyOptions.Directionality.Show(); + ApplyOptions.Directionality.Hide(); } #endregion Constructors -- cgit v1.2.3