Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/12/13 16:21:38 (11 years ago)
Author:
mkommend
Message:

#2016: Corrected text alignment of the newly introduced buttons in the bubblechart.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.Designer.cs

    r9312 r9313  
    193193      // chart
    194194      //
    195       this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    196             | System.Windows.Forms.AnchorStyles.Left) 
     195      this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     196            | System.Windows.Forms.AnchorStyles.Left)
    197197            | System.Windows.Forms.AnchorStyles.Right)));
    198198      chartArea1.Name = "ChartArea1";
     
    372372      this.colorRunsButton.TabIndex = 25;
    373373      this.colorRunsButton.Text = "Color";
    374       this.colorRunsButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     374      this.colorRunsButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
    375375      this.tooltip.SetToolTip(this.colorRunsButton, "Color all selected runs");
    376376      this.colorRunsButton.UseVisualStyleBackColor = true;
     
    387387      this.hideRunsButton.TabIndex = 26;
    388388      this.hideRunsButton.Text = "Hide";
    389       this.hideRunsButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     389      this.hideRunsButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
    390390      this.tooltip.SetToolTip(this.hideRunsButton, "Hides all selected runs");
    391391      this.hideRunsButton.UseVisualStyleBackColor = true;
Note: See TracChangeset for help on using the changeset viewer.