Free cookie consent management tool by TermsFeed Policy Generator

Changeset 472


Ignore:
Timestamp:
08/08/08 21:31:26 (16 years ago)
Author:
gkronber
Message:

fixed #240 by disabling the auto-resizing of row headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.DataAnalysis/DatasetView.designer.cs

    r458 r472  
    9898      dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
    9999      this.dataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle1;
    100       this.dataGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
    101100      this.dataGridView.Size = new System.Drawing.Size(554, 485);
    102101      this.dataGridView.TabIndex = 3;
     
    111110            this.originalValuesToolStripMenuItem});
    112111      this.contextMenuStrip.Name = "contextMenuStrip";
    113       this.contextMenuStrip.Size = new System.Drawing.Size(198, 92);
     112      this.contextMenuStrip.Size = new System.Drawing.Size(187, 92);
    114113      //
    115114      // scaleValuesToolStripMenuItem
    116115      //
    117116      this.scaleValuesToolStripMenuItem.Name = "scaleValuesToolStripMenuItem";
    118       this.scaleValuesToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
     117      this.scaleValuesToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
    119118      this.scaleValuesToolStripMenuItem.Text = "Scale values [0..1]";
    120119      this.scaleValuesToolStripMenuItem.Click += new System.EventHandler(this.scaleValuesToolStripMenuItem_Click);
     
    123122      //
    124123      this.scaleValuesmanuallyToolStripMenuItem.Name = "scaleValuesmanuallyToolStripMenuItem";
    125       this.scaleValuesmanuallyToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
     124      this.scaleValuesmanuallyToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
    126125      this.scaleValuesmanuallyToolStripMenuItem.Text = "Scale values (manually)";
    127126      this.scaleValuesmanuallyToolStripMenuItem.Click += new System.EventHandler(this.scaleValuesmanuallyToolStripMenuItem_Click);
     
    130129      //
    131130      this.showScalingToolStripMenuItem.Name = "showScalingToolStripMenuItem";
    132       this.showScalingToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
     131      this.showScalingToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
    133132      this.showScalingToolStripMenuItem.Text = "Show scaling...";
    134133      this.showScalingToolStripMenuItem.Click += new System.EventHandler(this.showScalingToolStripMenuItem_Click);
     
    137136      //
    138137      this.originalValuesToolStripMenuItem.Name = "originalValuesToolStripMenuItem";
    139       this.originalValuesToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
     138      this.originalValuesToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
    140139      this.originalValuesToolStripMenuItem.Text = "Unscale values";
    141140      this.originalValuesToolStripMenuItem.Click += new System.EventHandler(this.originalValuesToolStripMenuItem_Click);
Note: See TracChangeset for help on using the changeset viewer.