mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-03-29 12:24:32 -04:00
Fix classic scaling on high dpi displays
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
//
|
||||
// ProcessBookForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||||
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(522, 638);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
|
||||
this.Name = "ProcessBookForm";
|
||||
|
||||
Reference in New Issue
Block a user