diff --git a/mRemoteV1/UI/Window/AboutWindow.cs b/mRemoteV1/UI/Window/AboutWindow.cs index a51870eaf..7f54a4d9b 100644 --- a/mRemoteV1/UI/Window/AboutWindow.cs +++ b/mRemoteV1/UI/Window/AboutWindow.cs @@ -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")));