Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/25/16 13:32:56 (8 years ago)
Author:
pfleck
Message:

#2597

  • Made GradientChartConfigurationDialog fixed size.
  • Fixed a project reference and disabled copy local.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Problems.DataAnalysis.Views/3.4/GradientChartConfigurationDialog.Designer.cs

    r13855 r13858  
    278278      this.CancelButton = this.cancelButton;
    279279      this.ClientSize = new System.Drawing.Size(258, 272);
    280       this.ControlBox = false;
    281280      this.Controls.Add(this.cancelButton);
    282281      this.Controls.Add(this.applyButton);
     
    284283      this.Controls.Add(this.xAxisGroupBox);
    285284      this.Controls.Add(this.yAxisGroupBox);
     285      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     286      this.MaximizeBox = false;
     287      this.MinimizeBox = false;
    286288      this.Name = "GradientChartConfigurationDialog";
     289      this.ShowIcon = false;
     290      this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
    287291      this.Text = "Configure Gradient Chart";
    288292      this.TopMost = true;
Note: See TracChangeset for help on using the changeset viewer.