|
@@ -58,8 +58,8 @@ namespace bbiwarg.Output.GlassesOutput
|
|
|
|
|
|
//fullscreen
|
|
|
FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
- Location = new Point(screen.WorkingArea.X, screen.WorkingArea.Y);
|
|
|
- Size = new Size(outputSize.Width, outputSize.Height);
|
|
|
+ Location = screen.Bounds.Location;
|
|
|
+ Size = screen.Bounds.Size;
|
|
|
}
|
|
|
|
|
|
protected override void OnClosing(CancelEventArgs e)
|