diff options
| author | JacobPalecki <[email protected]> | 2020-09-29 18:57:46 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-29 18:57:46 -0700 |
| commit | 97f82c3e70185f5558405b023d8c6b4783c830fc (patch) | |
| tree | 52ce71c455eae56548396885207feb0f73774df4 /grapher | |
| parent | Merge pull request #29 from JacobPalecki/GUI (diff) | |
| parent | fix typo in gui (diff) | |
| download | rawaccel-97f82c3e70185f5558405b023d8c6b4783c830fc.tar.xz rawaccel-97f82c3e70185f5558405b023d8c6b4783c830fc.zip | |
Merge pull request #30 from a1xd/fix-1.0.0
small fixes for 1.0.0
Diffstat (limited to 'grapher')
| -rw-r--r-- | grapher/Form1.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Form1.Designer.cs b/grapher/Form1.Designer.cs index 2e68dcf..b8b1c8f 100644 --- a/grapher/Form1.Designer.cs +++ b/grapher/Form1.Designer.cs @@ -529,7 +529,7 @@ namespace grapher this.ScaleMenuItem}); this.scaleByDPIToolStripMenuItem.Name = "scaleByDPIToolStripMenuItem"; this.scaleByDPIToolStripMenuItem.Size = new System.Drawing.Size(199, 22); - this.scaleByDPIToolStripMenuItem.Text = "Scale by Mouse Settngs"; + this.scaleByDPIToolStripMenuItem.Text = "Scale by Mouse Settings"; // // dPIToolStripMenuItem // |