diff options
| author | Michael <[email protected]> | 2017-06-21 08:37:29 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-21 08:37:29 -0400 |
| commit | 222c78690adca10f383d7256bcb1df819eb3fa39 (patch) | |
| tree | c8a1c52439e1c5b1fbf4c4de6c3af266cd0bdcf4 | |
| parent | a8547db07c321ae7c42e260ce99c8fc5e8cfb66f (diff) | |
| download | shiftos_thereturn-222c78690adca10f383d7256bcb1df819eb3fa39.tar.gz shiftos_thereturn-222c78690adca10f383d7256bcb1df819eb3fa39.tar.bz2 shiftos_thereturn-222c78690adca10f383d7256bcb1df819eb3fa39.zip | |
Fix 200% zoom control
| -rw-r--r-- | ShiftOS.WinForms/Applications/Artpad.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/Artpad.cs b/ShiftOS.WinForms/Applications/Artpad.cs index af56f3c..e4d16bd 100644 --- a/ShiftOS.WinForms/Applications/Artpad.cs +++ b/ShiftOS.WinForms/Applications/Artpad.cs @@ -1585,7 +1585,7 @@ namespace ShiftOS.WinForms.Applications private void toolStripMenuItem5_Click(object sender, EventArgs e) { - magnificationlevel = 200f; + magnificationlevel = 2f; setmagnification(); } |
