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 +++++++++++++------------- grapher/Properties/Settings.settings | 8 ++++---- 2 files changed, 17 insertions(+), 17 deletions(-) (limited to 'grapher/Properties') 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"])); 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 @@ - - Window - 15 @@ -14,8 +11,11 @@ 3 + + Green + - Desktop + White \ No newline at end of file -- cgit v1.2.3