mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
Fix 200% zoom control
This commit is contained in:
parent
a8547db07c
commit
222c78690a
1 changed files with 1 additions and 1 deletions
|
@ -1585,7 +1585,7 @@ namespace ShiftOS.WinForms.Applications
|
|||
|
||||
private void toolStripMenuItem5_Click(object sender, EventArgs e)
|
||||
{
|
||||
magnificationlevel = 200f;
|
||||
magnificationlevel = 2f;
|
||||
setmagnification();
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue