summaryrefslogtreecommitdiff
path: root/grapher/App.config
diff options
context:
space:
mode:
authorMatthew Strasiotto <[email protected]>2021-04-26 20:34:50 +1000
committerMatthew Strasiotto <[email protected]>2021-04-26 20:46:27 +1000
commit4234a4783d65962f1437fc7d760abc9ead9e570c (patch)
tree33799a1d69bf21852a39a723690b13213f799e92 /grapher/App.config
parentMerge pull request #81 from a1xd/log-unhandled-ex (diff)
downloadrawaccel-4234a4783d65962f1437fc7d760abc9ead9e570c.tar.xz
rawaccel-4234a4783d65962f1437fc7d760abc9ead9e570c.zip
Dock legends, add chart bg colour property
Diffstat (limited to 'grapher/App.config')
-rw-r--r--grapher/App.config12
1 files changed, 12 insertions, 0 deletions
diff --git a/grapher/App.config b/grapher/App.config
index 56efbc7..da209d6 100644
--- a/grapher/App.config
+++ b/grapher/App.config
@@ -1,6 +1,18 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
+ <configSections>
+ <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
+ <section name="grapher.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
+ </sectionGroup>
+ </configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
+ <userSettings>
+ <grapher.Properties.Settings>
+ <setting name="Chart_BG_Colour" serializeAs="String">
+ <value>Window</value>
+ </setting>
+ </grapher.Properties.Settings>
+ </userSettings>
</configuration> \ No newline at end of file