ソースを参照

修复DarkTitleForm窗体图标背景透明

yuzhengyang 8 年 前
コミット
fb2100d72e

+ 1 - 1
Fork.Net/Y.Skin/YoForm/CustomTitle/DarkTitleForm.Designer.cs

@@ -141,7 +141,7 @@
             // 
             // PBHeadIcon
             // 
-            this.PBHeadIcon.BackColor = System.Drawing.Color.White;
+            this.PBHeadIcon.BackColor = System.Drawing.Color.Transparent;
             this.PBHeadIcon.Location = new System.Drawing.Point(10, 10);
             this.PBHeadIcon.Name = "PBHeadIcon";
             this.PBHeadIcon.Size = new System.Drawing.Size(32, 32);