Fix 200% zoom control

This commit is contained in:
Michael 2017-06-21 08:37:29 -04:00
parent a8547db07c
commit 222c78690a

View file

@ -1585,7 +1585,7 @@ namespace ShiftOS.WinForms.Applications
private void toolStripMenuItem5_Click(object sender, EventArgs e)
{
magnificationlevel = 200f;
magnificationlevel = 2f;
setmagnification();
}