mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 20:43:09 +00:00
Fix scaling when mdi window is maximized
This commit is contained in:
parent
d39ca57044
commit
d1adbc5547
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -239,7 +239,7 @@ namespace Switch_Toolbox.Library.Forms
|
|||
if (IsMdiChild)
|
||||
MDIMaximized();
|
||||
|
||||
MaximumSize = Screen.FromControl(this).WorkingArea.Size;
|
||||
// MaximumSize = Screen.FromControl(this).WorkingArea.Size;
|
||||
WindowState = FormWindowState.Maximized;
|
||||
}
|
||||
private void CheckWindowState()
|
||||
|
|
Loading…
Reference in a new issue