diff options
| author | a1xd <[email protected]> | 2021-01-21 22:54:30 -0500 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-01-21 22:54:30 -0500 |
| commit | d5316b36a285287a3e02a1c568c4b66f02c23c7b (patch) | |
| tree | 5a5177845b4f7bf3073474ec98ecaed88d54411c /grapher/Models/AccelGUI.cs | |
| parent | update signed (diff) | |
| download | rawaccel-d5316b36a285287a3e02a1c568c4b66f02c23c7b.tar.xz rawaccel-d5316b36a285287a3e02a1c568c4b66f02c23c7b.zip | |
center gui on initial resize
position is no longer based on the Form.Location property, should fix issues with multi-monitor setups
Diffstat (limited to 'grapher/Models/AccelGUI.cs')
| -rw-r--r-- | grapher/Models/AccelGUI.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grapher/Models/AccelGUI.cs b/grapher/Models/AccelGUI.cs index 4dd7caa..a0d3aa8 100644 --- a/grapher/Models/AccelGUI.cs +++ b/grapher/Models/AccelGUI.cs @@ -71,7 +71,6 @@ namespace grapher } SetupButtons(); - AccelForm.DoResize(); // TODO: The below removes an overlapping form from the anisotropy panel. // Figure out why and remove the overlap and below. |