From 0512086b0ee586276a3ee7f82bcd705220626463 Mon Sep 17 00:00:00 2001 From: Matthew Strasiotto <39424834+matthewstrasiotto@users.noreply.github.com> Date: Wed, 28 Apr 2021 13:33:00 +1000 Subject: update default settings for grapher colours --- grapher/Properties/Settings.Designer.cs | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'grapher/Properties/Settings.Designer.cs') 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 @@ -23,18 +23,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")] @@ -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"])); -- cgit v1.2.3