Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/17/17 14:37:07 (7 years ago)
Author:
pfleck
Message:

#2709 Fixed wrongly positioned options in histogram view.

File:
1 edited

Legend:

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

    r14459 r14578  
    6363      // optionsBox
    6464      //
    65       this.optionsBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
    66             | System.Windows.Forms.AnchorStyles.Right)));
    6765      this.optionsBox.Controls.Add(this.label1);
    6866      this.optionsBox.Controls.Add(this.classifierComboBox);
    69       this.optionsBox.Location = new System.Drawing.Point(4, 262);
     67      this.optionsBox.Dock = System.Windows.Forms.DockStyle.Bottom;
     68      this.optionsBox.Location = new System.Drawing.Point(0, 334);
    7069      this.optionsBox.Name = "optionsBox";
    71       this.optionsBox.Size = new System.Drawing.Size(84, 138);
     70      this.optionsBox.Size = new System.Drawing.Size(180, 69);
    7271      this.optionsBox.TabIndex = 7;
    7372      this.optionsBox.TabStop = false;
     
    9190      this.classifierComboBox.Location = new System.Drawing.Point(5, 32);
    9291      this.classifierComboBox.Name = "classifierComboBox";
    93       this.classifierComboBox.Size = new System.Drawing.Size(73, 21);
     92      this.classifierComboBox.Size = new System.Drawing.Size(169, 21);
    9493      this.classifierComboBox.TabIndex = 1;
    9594      this.classifierComboBox.SelectedIndexChanged += new System.EventHandler(this.classifierComboBox_SelectedIndexChanged);
Note: See TracChangeset for help on using the changeset viewer.