From aff4ba911528f83637ae16088296b7fb84f1fa03 Mon Sep 17 00:00:00 2001 From: Faryan Rezagholi Date: Sat, 14 Apr 2018 11:05:04 +0200 Subject: [PATCH] fix: set labels dock mode to fill (wasnt displaying longer translated texts) --- .../OptionsPages/ConnectionsPage.Designer.cs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.Designer.cs b/mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.Designer.cs index aacd20ce5..462bf768a 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.Designer.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.Designer.cs @@ -85,20 +85,20 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // lblRDPConTimeout // - this.lblRDPConTimeout.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.lblRDPConTimeout.Location = new System.Drawing.Point(3, 6); + this.lblRDPConTimeout.Dock = System.Windows.Forms.DockStyle.Fill; + this.lblRDPConTimeout.Location = new System.Drawing.Point(3, 0); this.lblRDPConTimeout.Name = "lblRDPConTimeout"; - this.lblRDPConTimeout.Size = new System.Drawing.Size(137, 13); + this.lblRDPConTimeout.Size = new System.Drawing.Size(261, 26); this.lblRDPConTimeout.TabIndex = 0; this.lblRDPConTimeout.Text = "RDP Connection Timeout"; this.lblRDPConTimeout.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblRdpReconnectionCount // - this.lblRdpReconnectionCount.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.lblRdpReconnectionCount.Location = new System.Drawing.Point(3, 6); + this.lblRdpReconnectionCount.Dock = System.Windows.Forms.DockStyle.Fill; + this.lblRdpReconnectionCount.Location = new System.Drawing.Point(3, 0); this.lblRdpReconnectionCount.Name = "lblRdpReconnectionCount"; - this.lblRdpReconnectionCount.Size = new System.Drawing.Size(139, 13); + this.lblRdpReconnectionCount.Size = new System.Drawing.Size(261, 26); this.lblRdpReconnectionCount.TabIndex = 0; this.lblRdpReconnectionCount.Text = "RDP Reconnection Count"; this.lblRdpReconnectionCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -156,10 +156,10 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // lblAutoSave1 // - this.lblAutoSave1.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.lblAutoSave1.Location = new System.Drawing.Point(3, 6); + this.lblAutoSave1.Dock = System.Windows.Forms.DockStyle.Fill; + this.lblAutoSave1.Location = new System.Drawing.Point(3, 0); this.lblAutoSave1.Name = "lblAutoSave1"; - this.lblAutoSave1.Size = new System.Drawing.Size(261, 13); + this.lblAutoSave1.Size = new System.Drawing.Size(261, 26); this.lblAutoSave1.TabIndex = 0; this.lblAutoSave1.Text = "Auto Save in Minutes (0 means disabled)"; this.lblAutoSave1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;