Free cookie consent management tool by TermsFeed Policy Generator

Changeset 5972


Ignore:
Timestamp:
04/07/11 08:47:56 (13 years ago)
Author:
gkronber
Message:

#1429 fixed icon of splash screen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Starter/SplashScreen.Designer.cs

    r5445 r5972  
    113113      this.Controls.Add(this.infoLabel);
    114114      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     115      this.Icon = HeuristicLab.PluginInfrastructure.Resources.HeuristicLab;
    115116      this.MaximizeBox = false;
    116117      this.MinimizeBox = false;
    117118      this.Name = "SplashScreen";
    118       this.Opacity = 0.99;
     119      this.Opacity = 0.99D;
    119120      this.ShowInTaskbar = false;
    120121      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
Note: See TracChangeset for help on using the changeset viewer.