diff options
| author | Matthew Strasiotto <[email protected]> | 2021-04-26 20:34:50 +1000 |
|---|---|---|
| committer | Matthew Strasiotto <[email protected]> | 2021-04-26 20:46:27 +1000 |
| commit | 4234a4783d65962f1437fc7d760abc9ead9e570c (patch) | |
| tree | 33799a1d69bf21852a39a723690b13213f799e92 /grapher/Properties/Settings.settings | |
| parent | Merge pull request #81 from a1xd/log-unhandled-ex (diff) | |
| download | rawaccel-4234a4783d65962f1437fc7d760abc9ead9e570c.tar.xz rawaccel-4234a4783d65962f1437fc7d760abc9ead9e570c.zip | |
Dock legends, add chart bg colour property
Diffstat (limited to 'grapher/Properties/Settings.settings')
| -rw-r--r-- | grapher/Properties/Settings.settings | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/grapher/Properties/Settings.settings b/grapher/Properties/Settings.settings index 3964565..7c46209 100644 --- a/grapher/Properties/Settings.settings +++ b/grapher/Properties/Settings.settings @@ -1,7 +1,9 @@ <?xml version='1.0' encoding='utf-8'?> -<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)"> - <Profiles> - <Profile Name="(Default)" /> - </Profiles> - <Settings /> -</SettingsFile> +<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="grapher.Properties" GeneratedClassName="Settings"> + <Profiles /> + <Settings> + <Setting Name="Chart_BG_Colour" Type="System.Drawing.Color" Scope="User"> + <Value Profile="(Default)">Window</Value> + </Setting> + </Settings> +</SettingsFile>
\ No newline at end of file |