diff options
| author | Jacob Palecki <[email protected]> | 2021-01-20 18:46:47 -0800 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2021-01-20 18:46:47 -0800 |
| commit | e785ba5b4b4f2a991fef3c5b548b09208bee0293 (patch) | |
| tree | d52f1e99d187643fd1cf55555a76e3a43b841cf1 /grapher/Constants | |
| parent | Tweaks (diff) | |
| download | rawaccel-e785ba5b4b4f2a991fef3c5b548b09208bee0293.tar.xz rawaccel-e785ba5b4b4f2a991fef3c5b548b09208bee0293.zip | |
Final GUI tweaks
Diffstat (limited to 'grapher/Constants')
| -rw-r--r-- | grapher/Constants/Constants.cs | 4 |
1 files changed, 2 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"; /// <summary> Text to direcitonality panel title when panel is closed. </summary> - public const string DirectionalityTitleClosed = "Anisotropy\u25BC"; + public const string DirectionalityTitleClosed = "Anisotropy \u25BC"; /// <summary> Text to direcitonality panel title when panel is open. </summary> - public const string DirectionalityTitleOpen = "Anisotropy\u25B2"; + public const string DirectionalityTitleOpen = "Anisotropy \u25B2"; /// <summary> Style used by System.Double.Parse </summary> public const NumberStyles FloatStyle = NumberStyles.Float | NumberStyles.AllowThousands; |