mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-26 03:58:45 +08:00
more DPI scaling fixes + frmChoosePnl fixes
frmChoosePanel button layout was off a bit. Exception when clicking "new" when no panels exist.
This commit is contained in:
@@ -40,8 +40,8 @@
|
||||
//
|
||||
// TextBoxExtensionsTestForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||
this.ClientSize = new System.Drawing.Size(220, 48);
|
||||
this.Controls.Add(this.textBox1);
|
||||
this.Name = "TextBoxExtensionsTestForm";
|
||||
|
||||
Reference in New Issue
Block a user