aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-06-21 08:37:29 -0400
committerMichael <[email protected]>2017-06-21 08:37:29 -0400
commit222c78690adca10f383d7256bcb1df819eb3fa39 (patch)
treec8a1c52439e1c5b1fbf4c4de6c3af266cd0bdcf4 /ShiftOS.WinForms/Applications
parenta8547db07c321ae7c42e260ce99c8fc5e8cfb66f (diff)
downloadshiftos_thereturn-222c78690adca10f383d7256bcb1df819eb3fa39.tar.gz
shiftos_thereturn-222c78690adca10f383d7256bcb1df819eb3fa39.tar.bz2
shiftos_thereturn-222c78690adca10f383d7256bcb1df819eb3fa39.zip
Fix 200% zoom control
Diffstat (limited to 'ShiftOS.WinForms/Applications')
-rw-r--r--ShiftOS.WinForms/Applications/Artpad.cs2
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();
}