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.Designer.cs

    r14514 r14917  
    9090      // uncheckAllButton
    9191      //
     92      this.uncheckAllButton.Image = global::HeuristicLab.DataPreprocessing.Views.PreprocessingIcons.None;
    9293      this.uncheckAllButton.Location = new System.Drawing.Point(66, 19);
    9394      this.uncheckAllButton.Name = "uncheckAllButton";
    9495      this.uncheckAllButton.Size = new System.Drawing.Size(24, 24);
    9596      this.uncheckAllButton.TabIndex = 7;
    96       this.uncheckAllButton.Text = "N";
    97       this.toolTip.SetToolTip(this.uncheckAllButton, "Uncheck all variables");
     97      this.toolTip.SetToolTip(this.uncheckAllButton, "None");
    9898      this.uncheckAllButton.UseVisualStyleBackColor = true;
    9999      this.uncheckAllButton.Click += new System.EventHandler(this.uncheckAllButton_Click);
     
    101101      // checkAllButton
    102102      //
    103       this.checkAllButton.Location = new System.Drawing.Point(36, 19);
     103      this.checkAllButton.Image = global::HeuristicLab.DataPreprocessing.Views.PreprocessingIcons.All;
     104      this.checkAllButton.Location = new System.Drawing.Point(6, 19);
    104105      this.checkAllButton.Name = "checkAllButton";
    105106      this.checkAllButton.Size = new System.Drawing.Size(24, 24);
    106107      this.checkAllButton.TabIndex = 7;
    107       this.checkAllButton.Text = "A";
    108       this.toolTip.SetToolTip(this.checkAllButton, "Check all variables");
     108      this.toolTip.SetToolTip(this.checkAllButton, "All");
    109109      this.checkAllButton.UseVisualStyleBackColor = true;
    110110      this.checkAllButton.Click += new System.EventHandler(this.checkAllButton_Click);
     
    112112      // checkInputsTargetButton
    113113      //
    114       this.checkInputsTargetButton.Location = new System.Drawing.Point(6, 19);
     114      this.checkInputsTargetButton.Image = global::HeuristicLab.DataPreprocessing.Views.PreprocessingIcons.Inputs;
     115      this.checkInputsTargetButton.Location = new System.Drawing.Point(36, 19);
    115116      this.checkInputsTargetButton.Name = "checkInputsTargetButton";
    116117      this.checkInputsTargetButton.Size = new System.Drawing.Size(24, 24);
    117118      this.checkInputsTargetButton.TabIndex = 7;
    118       this.checkInputsTargetButton.Text = "I";
    119       this.toolTip.SetToolTip(this.checkInputsTargetButton, "Check only inputs and target variable");
     119      this.toolTip.SetToolTip(this.checkInputsTargetButton, "Inputs & Target");
    120120      this.checkInputsTargetButton.UseVisualStyleBackColor = true;
    121121      this.checkInputsTargetButton.Click += new System.EventHandler(this.checkInputsTargetButton_Click);
Note: See TracChangeset for help on using the changeset viewer.