Changeset 9313
- Timestamp:
- 03/12/13 16:21:38 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.Designer.cs
r9312 r9313 193 193 // chart 194 194 // 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) 197 197 | System.Windows.Forms.AnchorStyles.Right))); 198 198 chartArea1.Name = "ChartArea1"; … … 372 372 this.colorRunsButton.TabIndex = 25; 373 373 this.colorRunsButton.Text = "Color"; 374 this.colorRunsButton.TextAlign = System.Drawing.ContentAlignment.Middle Right;374 this.colorRunsButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 375 375 this.tooltip.SetToolTip(this.colorRunsButton, "Color all selected runs"); 376 376 this.colorRunsButton.UseVisualStyleBackColor = true; … … 387 387 this.hideRunsButton.TabIndex = 26; 388 388 this.hideRunsButton.Text = "Hide"; 389 this.hideRunsButton.TextAlign = System.Drawing.ContentAlignment.Middle Right;389 this.hideRunsButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 390 390 this.tooltip.SetToolTip(this.hideRunsButton, "Hides all selected runs"); 391 391 this.hideRunsButton.UseVisualStyleBackColor = true;
Note: See TracChangeset
for help on using the changeset viewer.