Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/09/13 17:54:47 (11 years ago)
Author:
swagner
Message:

Enlarged DropDownHeight and DropDownWidth in BubbleChart and BoxPlots (#2048)

File:
1 edited

Legend:

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

    r9456 r9474  
    8181      this.xAxisComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    8282      this.xAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     83      this.xAxisComboBox.DropDownHeight = 400;
    8384      this.xAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     85      this.xAxisComboBox.DropDownWidth = 800;
    8486      this.xAxisComboBox.FormattingEnabled = true;
     87      this.xAxisComboBox.IntegralHeight = false;
    8588      this.xAxisComboBox.Location = new System.Drawing.Point(319, 253);
    8689      this.xAxisComboBox.Name = "xAxisComboBox";
     
    101104      //
    102105      this.yAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     106      this.yAxisComboBox.DropDownHeight = 400;
    103107      this.yAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     108      this.yAxisComboBox.DropDownWidth = 800;
    104109      this.yAxisComboBox.FormattingEnabled = true;
     110      this.yAxisComboBox.IntegralHeight = false;
    105111      this.yAxisComboBox.Location = new System.Drawing.Point(24, 3);
    106112      this.yAxisComboBox.Name = "yAxisComboBox";
Note: See TracChangeset for help on using the changeset viewer.