mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-26 12:08:37 +08:00
better to just remove the max size setting on the custom controls than override it in frmmain
This commit is contained in:
@@ -32,7 +32,6 @@ namespace mRemoteNG.UI.Controls
|
||||
ContextMenuStrip = _cMenExtAppsToolbar;
|
||||
Dock = DockStyle.None;
|
||||
Location = new System.Drawing.Point(39, 49);
|
||||
MaximumSize = new System.Drawing.Size(0, 25);
|
||||
Name = "tsExternalTools";
|
||||
Size = new System.Drawing.Size(111, 25);
|
||||
TabIndex = 17;
|
||||
|
||||
@@ -92,7 +92,6 @@ namespace mRemoteNG.UI.Controls
|
||||
_btnQuickConnect,
|
||||
_btnConnections});
|
||||
Location = new System.Drawing.Point(3, 24);
|
||||
MaximumSize = new System.Drawing.Size(0, 25);
|
||||
Name = "tsQuickConnect";
|
||||
Size = new System.Drawing.Size(387, 25);
|
||||
TabIndex = 18;
|
||||
|
||||
2
mRemoteV1/UI/Forms/frmMain.Designer.cs
generated
2
mRemoteV1/UI/Forms/frmMain.Designer.cs
generated
@@ -149,7 +149,6 @@ namespace mRemoteNG.UI.Forms
|
||||
this._quickConnectToolStrip.Dock = System.Windows.Forms.DockStyle.None;
|
||||
this._quickConnectToolStrip.ForeColor = System.Drawing.SystemColors.ControlText;
|
||||
this._quickConnectToolStrip.Location = new System.Drawing.Point(3, 0);
|
||||
this._quickConnectToolStrip.MaximumSize = new System.Drawing.Size(0, 0);
|
||||
this._quickConnectToolStrip.Name = "_quickConnectToolStrip";
|
||||
this._quickConnectToolStrip.Size = new System.Drawing.Size(364, 25);
|
||||
this._quickConnectToolStrip.TabIndex = 18;
|
||||
@@ -170,7 +169,6 @@ namespace mRemoteNG.UI.Forms
|
||||
this._externalToolsToolStrip.Dock = System.Windows.Forms.DockStyle.None;
|
||||
this._externalToolsToolStrip.ForeColor = System.Drawing.SystemColors.ControlText;
|
||||
this._externalToolsToolStrip.Location = new System.Drawing.Point(39, 74);
|
||||
this._externalToolsToolStrip.MaximumSize = new System.Drawing.Size(0, 0);
|
||||
this._externalToolsToolStrip.Name = "_externalToolsToolStrip";
|
||||
this._externalToolsToolStrip.Size = new System.Drawing.Size(111, 25);
|
||||
this._externalToolsToolStrip.TabIndex = 17;
|
||||
|
||||
Reference in New Issue
Block a user