Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/08/14 16:24:17 (10 years ago)
Author:
aesterer
Message:

Changed buttons to icon buttons and added icons to content elements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/HistogramContent.cs

    r10303 r10313  
    1010namespace HeuristicLab.DataPreprocessing
    1111{
    12   [Item("HistogramContent", "Represents the histogram grid.")]
     12  [Item("Histogram", "Represents the histogram grid.")]
    1313  public class HistogramContent : Item
    1414  {
     
    3636    public static new Image StaticItemImage
    3737    {
    38       get { return HeuristicLab.Common.Resources.VSImageLibrary.Table; }
     38      get { return HeuristicLab.Common.Resources.VSImageLibrary.PieChart; }
    3939    }
    4040
Note: See TracChangeset for help on using the changeset viewer.