Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/03/17 16:17:12 (7 years ago)
Author:
pfleck
Message:

#2709

  • Use the new icons for PreprocessingCheckedVariablesView (linechart, histogram).
  • Added a "lock aspect ratio" sizing for the multi scatter plot.
  • Fixed a bug in single scatter plot when changing the regression line.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingCheckedVariablesView.cs

    r14511 r14917  
    2525using System.Windows.Forms;
    2626using HeuristicLab.Collections;
    27 using HeuristicLab.Common.Resources;
    2827using HeuristicLab.Core.Views;
    2928using HeuristicLab.Data;
     
    4443    protected PreprocessingCheckedVariablesView() {
    4544      InitializeComponent();
    46       checkInputsTargetButton.Text = string.Empty;
    47       checkInputsTargetButton.Image = VSImageLibrary.Namespace;
    48       checkAllButton.Text = string.Empty;
    49       checkAllButton.Image = VSImageLibrary.Expand;
    50       uncheckAllButton.Text = string.Empty;
    51       uncheckAllButton.Image = VSImageLibrary.Collapse;
    5245    }
    5346
Note: See TracChangeset for help on using the changeset viewer.