diff options
| author | a1xd <[email protected]> | 2020-10-08 02:08:27 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2020-10-08 06:36:50 -0400 |
| commit | 37d2cb7d3ed25862683ef807712c7d50f71e8493 (patch) | |
| tree | 3852439d718d36a79ebf8b778e82ee5c06461eeb /grapher/Models/Options/ApplyOptions.cs | |
| parent | add toggle button + save gui settings on close (diff) | |
| download | rawaccel-37d2cb7d3ed25862683ef807712c7d50f71e8493.tar.xz rawaccel-37d2cb7d3ed25862683ef807712c7d50f71e8493.zip | |
add scroll to charts
Diffstat (limited to 'grapher/Models/Options/ApplyOptions.cs')
| -rw-r--r-- | grapher/Models/Options/ApplyOptions.cs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/grapher/Models/Options/ApplyOptions.cs b/grapher/Models/Options/ApplyOptions.cs index 71e580d..b8cc9bf 100644 --- a/grapher/Models/Options/ApplyOptions.cs +++ b/grapher/Models/Options/ApplyOptions.cs @@ -175,16 +175,14 @@ namespace grapher.Models.Options { OptionSetX.SetRegularMode(); OptionSetY.Hide(); - AccelCharts.SetWidened(); - SetActiveTitlesWhole(); + //SetActiveTitlesWhole(); } public void ShowByComponentAsOneSet() { OptionSetX.SetTitleMode("X = Y"); OptionSetY.Hide(); - AccelCharts.SetWidened(); - SetActiveTitlesByComponents(); + //SetActiveTitlesByComponents(); } public void ShowByComponentAsTwoSets() @@ -192,7 +190,6 @@ namespace grapher.Models.Options OptionSetX.SetTitleMode("X"); OptionSetY.SetTitleMode("Y"); OptionSetY.Show(); - AccelCharts.SetNarrowed(); } public void ShowByComponentSet() |