summaryrefslogtreecommitdiff
path: root/grapher/Properties/Settings.settings
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/Properties/Settings.settings
parentrefactor chart styling a bit (diff)
downloadrawaccel-0512086b0ee586276a3ee7f82bcd705220626463.tar.xz
rawaccel-0512086b0ee586276a3ee7f82bcd705220626463.zip
update default settings for grapher colours
Diffstat (limited to 'grapher/Properties/Settings.settings')
-rw-r--r--grapher/Properties/Settings.settings8
1 files changed, 4 insertions, 4 deletions
diff --git a/grapher/Properties/Settings.settings b/grapher/Properties/Settings.settings
index 74b2acf..6fe821b 100644
--- a/grapher/Properties/Settings.settings
+++ b/grapher/Properties/Settings.settings
@@ -2,9 +2,6 @@
<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>
<Setting Name="Chart_Font_Size" Type="System.Single" Scope="User">
<Value Profile="(Default)">15</Value>
</Setting>
@@ -14,8 +11,11 @@
<Setting Name="Chart_Series_Line_Width" Type="System.Int32" Scope="User">
<Value Profile="(Default)">3</Value>
</Setting>
+ <Setting Name="Chart_BG_Colour" Type="System.Drawing.Color" Scope="User">
+ <Value Profile="(Default)">Green</Value>
+ </Setting>
<Setting Name="Chart_FG_Colour" Type="System.Drawing.Color" Scope="User">
- <Value Profile="(Default)">Desktop</Value>
+ <Value Profile="(Default)">White</Value>
</Setting>
</Settings>
</SettingsFile> \ No newline at end of file