diff options
| author | Matthew Strasiotto <[email protected]> | 2021-04-28 13:33:00 +1000 |
|---|---|---|
| committer | Matthew Strasiotto <[email protected]> | 2021-04-28 13:33:00 +1000 |
| commit | 0512086b0ee586276a3ee7f82bcd705220626463 (patch) | |
| tree | 4b6c97415a636489243e6804b868fcacef7b9201 /grapher/App.config | |
| parent | refactor chart styling a bit (diff) | |
| download | rawaccel-0512086b0ee586276a3ee7f82bcd705220626463.tar.xz rawaccel-0512086b0ee586276a3ee7f82bcd705220626463.zip | |
update default settings for grapher colours
Diffstat (limited to 'grapher/App.config')
| -rw-r--r-- | grapher/App.config | 8 |
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> |