summaryrefslogtreecommitdiff
path: root/grapher/Properties/Settings.Designer.cs
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.Designer.cs
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.Designer.cs')
-rw-r--r--grapher/Properties/Settings.Designer.cs26
1 files changed, 13 insertions, 13 deletions
diff --git a/grapher/Properties/Settings.Designer.cs b/grapher/Properties/Settings.Designer.cs
index 51f559a..076bd06 100644
--- a/grapher/Properties/Settings.Designer.cs
+++ b/grapher/Properties/Settings.Designer.cs
@@ -25,18 +25,6 @@ namespace grapher.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("Window")]
- public global::System.Drawing.Color Chart_BG_Colour {
- get {
- return ((global::System.Drawing.Color)(this["Chart_BG_Colour"]));
- }
- set {
- this["Chart_BG_Colour"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("15")]
public float Chart_Font_Size {
get {
@@ -73,7 +61,19 @@ namespace grapher.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("Desktop")]
+ [global::System.Configuration.DefaultSettingValueAttribute("Green")]
+ public global::System.Drawing.Color Chart_BG_Colour {
+ get {
+ return ((global::System.Drawing.Color)(this["Chart_BG_Colour"]));
+ }
+ set {
+ this["Chart_BG_Colour"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("White")]
public global::System.Drawing.Color Chart_FG_Colour {
get {
return ((global::System.Drawing.Color)(this["Chart_FG_Colour"]));