mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Merge pull request #2995 from joubertdj/fix/issue-2960-panel-tab-visibility
Fix panel tab header visibility issue when single panel is docked
This commit is contained in:
2
mRemoteNG/UI/Forms/frmMain.Designer.cs
generated
2
mRemoteNG/UI/Forms/frmMain.Designer.cs
generated
@@ -60,7 +60,7 @@ namespace mRemoteNG.UI.Forms
|
||||
//
|
||||
this.pnlDock.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.pnlDock.DockBackColor = System.Drawing.SystemColors.Control;
|
||||
this.pnlDock.DocumentStyle = WeifenLuo.WinFormsUI.Docking.DocumentStyle.DockingSdi;
|
||||
this.pnlDock.DocumentStyle = WeifenLuo.WinFormsUI.Docking.DocumentStyle.DockingWindow;
|
||||
this.pnlDock.Location = new System.Drawing.Point(0, 0);
|
||||
this.pnlDock.Name = "pnlDock";
|
||||
this.pnlDock.Size = new System.Drawing.Size(1129, 546);
|
||||
|
||||
Reference in New Issue
Block a user