removed illegal cast

This commit is contained in:
Faryan Rezagholi
2018-12-23 21:19:10 +01:00
parent 8bd2b9d7a7
commit 3c07fc0387

View File

@@ -224,11 +224,11 @@ namespace mRemoteNG.UI.Window
this.ClientSize = new System.Drawing.Size(1117, 705);
this.Controls.Add(this.pnlTop);
this.Controls.Add(this.pnlBottom);
this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)((((((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.DockLeft)
| WeifenLuo.WinFormsUI.Docking.DockAreas.DockRight)
| WeifenLuo.WinFormsUI.Docking.DockAreas.DockTop)
| WeifenLuo.WinFormsUI.Docking.DockAreas.DockBottom)
| WeifenLuo.WinFormsUI.Docking.DockAreas.Document)));
this.DockAreas = DockAreas.Float | DockAreas.DockLeft
| DockAreas.DockRight
| DockAreas.DockTop
| DockAreas.DockBottom
| DockAreas.Document;
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ForeColor = System.Drawing.SystemColors.ControlText;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));