Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/11/10 06:18:28 (14 years ago)
Author:
swagner
Message:

Replaced HeuristicLab logo and made some minor changes in AboutDialog (#989)

File:
1 edited

Legend:

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

    r3752 r3761  
    181181      this.pictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    182182                  | System.Windows.Forms.AnchorStyles.Left)));
    183       this.pictureBox.Image = global::HeuristicLab.PluginInfrastructure.Resources.Logo_white;
     183      this.pictureBox.Image = global::HeuristicLab.PluginInfrastructure.Resources.HeuristicLabLogo;
    184184      this.pictureBox.Location = new System.Drawing.Point(-1, -1);
    185185      this.pictureBox.Name = "pictureBox";
    186186      this.pictureBox.Size = new System.Drawing.Size(165, 161);
    187       this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     187      this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
    188188      this.pictureBox.TabIndex = 0;
    189189      this.pictureBox.TabStop = false;
Note: See TracChangeset for help on using the changeset viewer.