Browse Source

set AutoScaleMode is DPI

tags/3.3.1
破娃酱 8 years ago
parent
commit
db626dac42
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      shadowsocks-csharp/View/HotkeySettingsForm.designer.cs
  2. +2
    -2
      shadowsocks-csharp/View/LogForm.Designer.cs

+ 2
- 2
shadowsocks-csharp/View/HotkeySettingsForm.designer.cs View File

@@ -312,8 +312,8 @@
//
// HotkeySettingsForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 19F);
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(475, 271);
this.Controls.Add(this.tableLayoutPanel1);
this.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));


+ 2
- 2
shadowsocks-csharp/View/LogForm.Designer.cs View File

@@ -290,8 +290,8 @@
//
// LogForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
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(384, 161);
this.Controls.Add(this.tableLayoutPanel1);
this.Menu = this.MainMenu;


Loading…
Cancel
Save