mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-25 19:38:37 +08:00
Make improvement MR-590 - Make panels docked to the edge of the window keep their size
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
Added feature MR-141 - Add a default protocol option
|
||||
Added feature MR-547 - Add support for Xming Portable PuTTY
|
||||
Made improvement MR-367 - Make the 'Connect' button on the 'Quick Connect' toolbar a forced dropdown
|
||||
Made improvement MR-590 - Make panels docked to the edge of the window keep their size
|
||||
Added "Reset" to config panel context menu to allow resetting some config settings to their default value.
|
||||
Removed misleading log messages about RD Gateway support.
|
||||
Removed invalid "Site" configuration option from PuTTY Saved Sessions.
|
||||
|
||||
@@ -433,10 +433,10 @@ Namespace App
|
||||
Public Shared Sub SetDefaultLayout()
|
||||
frmMain.pnlDock.Visible = False
|
||||
|
||||
frmMain.pnlDock.DockLeftPortion = 0.25
|
||||
frmMain.pnlDock.DockRightPortion = 0.25
|
||||
frmMain.pnlDock.DockTopPortion = 0.25
|
||||
frmMain.pnlDock.DockBottomPortion = 0.25
|
||||
frmMain.pnlDock.DockLeftPortion = frmMain.pnlDock.Width * 0.2
|
||||
frmMain.pnlDock.DockRightPortion = frmMain.pnlDock.Width * 0.2
|
||||
frmMain.pnlDock.DockTopPortion = frmMain.pnlDock.Height * 0.25
|
||||
frmMain.pnlDock.DockBottomPortion = frmMain.pnlDock.Height * 0.25
|
||||
|
||||
Windows.treePanel.Show(frmMain.pnlDock, DockState.DockLeft)
|
||||
Windows.configPanel.Show(frmMain.pnlDock)
|
||||
|
||||
Reference in New Issue
Block a user