OSDN Git Service

デフォルトのUIフォントに MessageBoxText を使用する
[opentween/open-tween.git] / OpenTween / UpdateDialog.Designer.cs
index 005cb43..d97f3a2 100644 (file)
@@ -81,7 +81,7 @@
             // 
             this.AcceptButton = this.YesButton;
             resources.ApplyResources(this, "$this");
-            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
             this.CancelButton = this.NoButton;
             this.Controls.Add(this.TextDetail);
             this.Controls.Add(this.LabelSummary);
@@ -90,6 +90,7 @@
             this.MaximizeBox = false;
             this.MinimizeBox = false;
             this.Name = "UpdateDialog";
+            this.ShowIcon = false;
             this.ShowInTaskbar = false;
             this.TopMost = true;
             this.Shown += new System.EventHandler(this.UpdateDialog_Shown);