From 9a57deb9ab7f505cff5ae70d8bddda073d3a9537 Mon Sep 17 00:00:00 2001 From: David Sparer Date: Sat, 22 Sep 2018 15:31:09 -0500 Subject: [PATCH] fixed scaling of export form --- mRemoteV1/UI/Forms/ExportForm.Designer.cs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mRemoteV1/UI/Forms/ExportForm.Designer.cs b/mRemoteV1/UI/Forms/ExportForm.Designer.cs index b1a51586..6e048a1b 100644 --- a/mRemoteV1/UI/Forms/ExportForm.Designer.cs +++ b/mRemoteV1/UI/Forms/ExportForm.Designer.cs @@ -121,10 +121,10 @@ namespace mRemoteNG.UI.Forms // // txtFileName // - this.txtFileName.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.txtFileName.Location = new System.Drawing.Point(15, 51); + this.txtFileName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtFileName.Location = new System.Drawing.Point(15, 47); this.txtFileName.Name = "txtFileName"; - this.txtFileName.Size = new System.Drawing.Size(396, 13); + this.txtFileName.Size = new System.Drawing.Size(396, 20); this.txtFileName.TabIndex = 1; this.txtFileName.TextChanged += new System.EventHandler(this.txtFileName_TextChanged); // @@ -283,6 +283,8 @@ namespace mRemoteNG.UI.Forms // ExportForm // this.AcceptButton = this.btnOK; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(534, 508); this.Controls.Add(this.grpItems);