summaryrefslogtreecommitdiff
path: root/grapher/App.config
diff options
context:
space:
mode:
authorMatthew Strasiotto <[email protected]>2021-04-28 13:33:00 +1000
committerMatthew Strasiotto <[email protected]>2021-04-28 13:33:00 +1000
commit0512086b0ee586276a3ee7f82bcd705220626463 (patch)
tree4b6c97415a636489243e6804b868fcacef7b9201 /grapher/App.config
parentrefactor chart styling a bit (diff)
downloadrawaccel-0512086b0ee586276a3ee7f82bcd705220626463.tar.xz
rawaccel-0512086b0ee586276a3ee7f82bcd705220626463.zip
update default settings for grapher colours
Diffstat (limited to 'grapher/App.config')
-rw-r--r--grapher/App.config8
1 files changed, 4 insertions, 4 deletions
diff --git a/grapher/App.config b/grapher/App.config
index 62b54de..8afc72c 100644
--- a/grapher/App.config
+++ b/grapher/App.config
@@ -10,9 +10,6 @@
</startup>
<userSettings>
<grapher.Properties.Settings>
- <setting name="Chart_BG_Colour" serializeAs="String">
- <value>Window</value>
- </setting>
<setting name="Chart_Font_Size" serializeAs="String">
<value>15</value>
</setting>
@@ -22,8 +19,11 @@
<setting name="Chart_Series_Line_Width" serializeAs="String">
<value>3</value>
</setting>
+ <setting name="Chart_BG_Colour" serializeAs="String">
+ <value>Green</value>
+ </setting>
<setting name="Chart_FG_Colour" serializeAs="String">
- <value>Desktop</value>
+ <value>White</value>
</setting>
</grapher.Properties.Settings>
</userSettings>