Skip to content
This repository was archived by the owner on Oct 18, 2021. It is now read-only.

Commit 7270f76

Browse files
committed
Fixed #13
1 parent be28e8f commit 7270f76

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

SublimeOverlay/MainForm.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,9 @@ public MainForm()
3232
Region = RoundRegion(Width, Height, radius);
3333
settingsWindow = new Settings(this);
3434
this.GotFocus += MainForm_GotFocus;
35+
this.MaximumSize = Screen.PrimaryScreen.WorkingArea.Size;
3536
}
3637

37-
void MainForm_ChildMinimized()
38-
{
39-
throw new NotImplementedException();
40-
}
4138
private bool isWindowActive(IntPtr hWnd)
4239
{
4340
return NativeMethods.GetForegroundWindow() == hWnd;

0 commit comments

Comments
 (0)