Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9474


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

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

Location:
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews
Files:
2 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";
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.Designer.cs

    r9456 r9474  
    131131      this.xAxisComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    132132      this.xAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     133      this.xAxisComboBox.DropDownHeight = 400;
    133134      this.xAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     135      this.xAxisComboBox.DropDownWidth = 800;
    134136      this.xAxisComboBox.FormattingEnabled = true;
     137      this.xAxisComboBox.IntegralHeight = false;
    135138      this.xAxisComboBox.Location = new System.Drawing.Point(492, 469);
    136139      this.xAxisComboBox.Name = "xAxisComboBox";
     
    151154      //
    152155      this.yAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     156      this.yAxisComboBox.DropDownHeight = 400;
    153157      this.yAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     158      this.yAxisComboBox.DropDownWidth = 800;
    154159      this.yAxisComboBox.FormattingEnabled = true;
     160      this.yAxisComboBox.IntegralHeight = false;
    155161      this.yAxisComboBox.Location = new System.Drawing.Point(24, 3);
    156162      this.yAxisComboBox.Name = "yAxisComboBox";
     
    174180      this.sizeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    175181      this.sizeComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
     182      this.sizeComboBox.DropDownHeight = 400;
    176183      this.sizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     184      this.sizeComboBox.DropDownWidth = 800;
    177185      this.sizeComboBox.FormattingEnabled = true;
     186      this.sizeComboBox.IntegralHeight = false;
    178187      this.sizeComboBox.Location = new System.Drawing.Point(560, 4);
    179188      this.sizeComboBox.Name = "sizeComboBox";
Note: See TracChangeset for help on using the changeset viewer.