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:
Dimitrij
2025-11-09 18:39:55 +00:00
committed by GitHub

View File

@@ -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);