From 54ccd37d963330ff38ff4319208b5f0f561026e4 Mon Sep 17 00:00:00 2001 From: gkronber Date: Thu, 7 Apr 2011 06:47:56 +0000 Subject: [PATCH] #1429 fixed icon of splash screen git-svn-id: http://dev.heuristiclab.com/svn/hl/core/trunk@5972 2abd9481-f8db-48e9-bd25-06bc13291c1b --- .../3.3/Starter/SplashScreen.Designer.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sources/HeuristicLab.PluginInfrastructure/3.3/Starter/SplashScreen.Designer.cs b/sources/HeuristicLab.PluginInfrastructure/3.3/Starter/SplashScreen.Designer.cs index 473c1ec29..ff8288d85 100644 --- a/sources/HeuristicLab.PluginInfrastructure/3.3/Starter/SplashScreen.Designer.cs +++ b/sources/HeuristicLab.PluginInfrastructure/3.3/Starter/SplashScreen.Designer.cs @@ -112,10 +112,11 @@ namespace HeuristicLab.PluginInfrastructure.Starter { this.Controls.Add(this.copyrightLabel); this.Controls.Add(this.infoLabel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; + this.Icon = HeuristicLab.PluginInfrastructure.Resources.HeuristicLab; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SplashScreen"; - this.Opacity = 0.99; + this.Opacity = 0.99D; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit(); -- 2.11.4.GIT