Free cookie consent management tool by TermsFeed Policy Generator

Changeset 986


Ignore:
Timestamp:
12/12/08 19:56:36 (16 years ago)
Author:
bspisic
Message:

#424
Changed anchor of ResetView-Button

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/sources/HeuristicLab.Visualization.Test/LineChartTestForm.Designer.cs

    r985 r986  
    4242      // btnResetView
    4343      //
    44       this.btnResetView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     44      this.btnResetView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    4545      this.btnResetView.Location = new System.Drawing.Point(544, 346);
    4646      this.btnResetView.Name = "btnResetView";
     
    5656      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    5757      this.ClientSize = new System.Drawing.Size(631, 395);
     58      this.Controls.Add(this.lineChartGroupBox);
    5859      this.Controls.Add(this.btnResetView);
    59       this.Controls.Add(this.lineChartGroupBox);
    6060      this.Name = "LineChartTestForm";
    6161      this.Text = "LineChartTestForm";
Note: See TracChangeset for help on using the changeset viewer.