diff options
| author | Matthew Strasiotto <[email protected]> | 2021-05-01 20:33:57 +1000 |
|---|---|---|
| committer | Matthew Strasiotto <[email protected]> | 2021-05-01 20:33:57 +1000 |
| commit | 9a506f235ce7903e345f2deecccdfd91bbc88304 (patch) | |
| tree | 2a0b309999de4d778951e9fd29336f76fa10fab7 /grapher/Properties/Settings.settings | |
| parent | Update marker size for charts to be bigger (diff) | |
| download | rawaccel-9a506f235ce7903e345f2deecccdfd91bbc88304.tar.xz rawaccel-9a506f235ce7903e345f2deecccdfd91bbc88304.zip | |
remove Settings.Settings based config, migrate defintitions to constants
Diffstat (limited to 'grapher/Properties/Settings.settings')
| -rw-r--r-- | grapher/Properties/Settings.settings | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/grapher/Properties/Settings.settings b/grapher/Properties/Settings.settings index 6fe821b..8e615f2 100644 --- a/grapher/Properties/Settings.settings +++ b/grapher/Properties/Settings.settings @@ -1,21 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="grapher.Properties" GeneratedClassName="Settings"> +<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)"> <Profiles /> - <Settings> - <Setting Name="Chart_Font_Size" Type="System.Single" Scope="User"> - <Value Profile="(Default)">15</Value> - </Setting> - <Setting Name="Chart_Axis_Font_Size" Type="System.Single" Scope="User"> - <Value Profile="(Default)">12</Value> - </Setting> - <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)">White</Value> - </Setting> - </Settings> + <Settings /> </SettingsFile>
\ No newline at end of file |