Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/29/08 13:08:35 (16 years ago)
Author:
mstoeger
Message:

Adjustments on LineChart for new interface. #345

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Visualization/LineChart.Designer.cs

    r754 r869  
    3434          // canvasUI1
    3535          //
    36           this.canvasUI1.Location = new System.Drawing.Point(3, 3);
     36          this.canvasUI1.Dock = System.Windows.Forms.DockStyle.Fill;
     37          this.canvasUI1.Location = new System.Drawing.Point(0, 0);
    3738          this.canvasUI1.MouseEventListener = null;
    3839          this.canvasUI1.Name = "canvasUI1";
    39           this.canvasUI1.Size = new System.Drawing.Size(546, 384);
     40          this.canvasUI1.Size = new System.Drawing.Size(552, 390);
    4041          this.canvasUI1.TabIndex = 0;
    4142          this.canvasUI1.Text = "canvasUI1";
Note: See TracChangeset for help on using the changeset viewer.