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:
Sean Kaim
2019-01-05 14:34:02 -05:00
parent 1c7d5a5803
commit ea5b0362df
10 changed files with 30 additions and 26 deletions

View File

@@ -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";