Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/19/11 09:41:39 (13 years ago)
Author:
epitzer
Message:

#1696: Add static item image according to #1651

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/BoxChart/ColorValue.cs

    r7128 r7202  
    88using HeuristicLab.Data;
    99using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     10using HeuristicLab.Common.Resources;
    1011
    1112namespace HeuristicLab.Analysis.FitnessLandscape.BoxChart {
     
    4546    public override bool CanChangeName { get { return false; } }
    4647    public override bool CanChangeDescription { get { return false; } }
     48    public static new Image StaticItemImage { get { return VSImageLibrary.DisplayInColorVertical; } }
    4749    public override Image ItemImage {
    4850      get {
Note: See TracChangeset for help on using the changeset viewer.