Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3105


Ignore:
Timestamp:
03/19/10 00:00:45 (14 years ago)
Author:
abeham
Message:

I added a default icon to the imageList in the constructor #927

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/OperatorTreeView.cs

    r2949 r3105  
    7070      parametersOperatorTable = new Dictionary<IObservableKeyedCollection<string, IParameter>, IOperator>();
    7171      Caption = "Operator";
     72      imageList.Images.Add("Default", HeuristicLab.Common.Resources.VS2008ImageLibrary.Method);
    7273    }
    7374    /// <summary>
Note: See TracChangeset for help on using the changeset viewer.