Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9277


Ignore:
Timestamp:
03/05/13 14:40:28 (11 years ago)
Author:
abeham
Message:

#1789: fixed image assignment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.Designer.cs

    r9276 r9277  
    286286      this.colorXAxisButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    287287      this.colorXAxisButton.Enabled = false;
    288       this.colorXAxisButton.Image = ((System.Drawing.Image)(resources.GetObject("colorXAxisButton.Image")));
     288      this.colorXAxisButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.DisplayInColorVertical;
    289289      this.colorXAxisButton.Location = new System.Drawing.Point(719, 469);
    290290      this.colorXAxisButton.Name = "colorXAxisButton";
     
    298298      //
    299299      this.colorYAxisButton.Enabled = false;
    300       this.colorYAxisButton.Image = ((System.Drawing.Image)(resources.GetObject("colorYAxisButton.Image")));
     300      this.colorYAxisButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.DisplayInColor;
    301301      this.colorYAxisButton.Location = new System.Drawing.Point(251, 3);
    302302      this.colorYAxisButton.Name = "colorYAxisButton";
Note: See TracChangeset for help on using the changeset viewer.