Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/13/10 17:41:40 (14 years ago)
Author:
mkommend
Message:

changed RowHeaderWidth in StringConvertibleMatrixView and removed warning from RunCollection (ticket #968)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleMatrixView.Designer.cs

    r3328 r3333  
    9292      this.dataGridView.Location = new System.Drawing.Point(0, 52);
    9393      this.dataGridView.Name = "dataGridView";
     94      this.dataGridView.RowHeadersWidth = 160;
    9495      this.dataGridView.Size = new System.Drawing.Size(424, 352);
    9596      this.dataGridView.TabIndex = 4;
     
    166167    private System.Windows.Forms.Label rowsLabel;
    167168    private System.Windows.Forms.TextBox rowsTextBox;
    168     private System.Windows.Forms.DataGridView dataGridView;
    169169    private System.Windows.Forms.ErrorProvider errorProvider;
    170170    private System.Windows.Forms.TextBox columnsTextBox;
     
    172172    private System.Windows.Forms.ContextMenuStrip contextMenu;
    173173    private System.Windows.Forms.ToolStripMenuItem ShowHideColumns;
     174    protected System.Windows.Forms.DataGridView dataGridView;
    174175
    175176  }
Note: See TracChangeset for help on using the changeset viewer.