diff --git a/XenAdmin/ConsoleView/VNCTabView.cs b/XenAdmin/ConsoleView/VNCTabView.cs index 783309d2f..81b281b8e 100644 --- a/XenAdmin/ConsoleView/VNCTabView.cs +++ b/XenAdmin/ConsoleView/VNCTabView.cs @@ -1029,8 +1029,8 @@ namespace XenAdmin.ConsoleView vncScreen.DisplayFocusRectangle = false; fullscreenHint = new FullScreenHint(); - fullscreenHint.Show(fullscreenForm); fullscreenForm.Show(); + fullscreenHint.Show(fullscreenForm); FocusVNC(); vncScreen.CaptureKeyboardAndMouse(); diff --git a/XenAdmin/Controls/ConsoleTab/FullScreenForm.Designer.cs b/XenAdmin/Controls/ConsoleTab/FullScreenForm.Designer.cs index 9fc78e4c3..823171e2f 100644 --- a/XenAdmin/Controls/ConsoleTab/FullScreenForm.Designer.cs +++ b/XenAdmin/Controls/ConsoleTab/FullScreenForm.Designer.cs @@ -37,7 +37,6 @@ // resources.ApplyResources(this.connectionBar1, "connectionBar1"); this.connectionBar1.BackColor = System.Drawing.Color.Transparent; - this.connectionBar1.MinimumSize = new System.Drawing.Size(298, 24); this.connectionBar1.Name = "connectionBar1"; this.connectionBar1.TabStop = false; // @@ -61,7 +60,6 @@ this.Name = "FullScreenForm"; this.ShowIcon = false; this.ShowInTaskbar = false; - this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.ResumeLayout(false); } diff --git a/XenAdmin/Controls/ConsoleTab/FullScreenForm.cs b/XenAdmin/Controls/ConsoleTab/FullScreenForm.cs index 01df89d64..1e24cc1ea 100644 --- a/XenAdmin/Controls/ConsoleTab/FullScreenForm.cs +++ b/XenAdmin/Controls/ConsoleTab/FullScreenForm.cs @@ -60,6 +60,7 @@ namespace XenAdmin.Controls.ConsoleTab StartPosition = FormStartPosition.Manual; Location = screen.WorkingArea.Location; Size = screen.Bounds.Size; + WindowState = FormWindowState.Maximized; } protected override void OnShown(EventArgs e) diff --git a/XenAdmin/Controls/ConsoleTab/FullScreenForm.resx b/XenAdmin/Controls/ConsoleTab/FullScreenForm.resx index 1b7133c77..f62847d66 100644 --- a/XenAdmin/Controls/ConsoleTab/FullScreenForm.resx +++ b/XenAdmin/Controls/ConsoleTab/FullScreenForm.resx @@ -112,19 +112,19 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + Top GrowAndShrink - + Microsoft Sans Serif, 8.25pt @@ -134,10 +134,13 @@ 0, 0, 0, 0 + + 298, 24 + 434, 24 - + 1 @@ -172,7 +175,7 @@ contentPanel - System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this @@ -180,7 +183,7 @@ 1 - + True @@ -196,6 +199,6 @@ FullScreenForm - System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file