mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
set window scaling to DPI
This commit is contained in:
@@ -193,6 +193,8 @@ namespace mRemoteNG.UI.Window
|
||||
//
|
||||
// ConnectionTreeWindow
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||
this.ClientSize = new System.Drawing.Size(204, 411);
|
||||
this.Controls.Add(this.tableLayoutPanel1);
|
||||
this.Controls.Add(this.msMain);
|
||||
|
||||
Reference in New Issue
Block a user