Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11123 for trunk


Ignore:
Timestamp:
07/07/14 17:14:13 (10 years ago)
Author:
mkommend
Message:

#1763: Adapted size of tree chart in simplifier view.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/InteractiveSymbolicDataAnalysisSolutionSimplifierView.Designer.cs

    r11112 r11123  
    183183      this.treeChart.BackgroundColor = System.Drawing.Color.White;
    184184      this.treeChart.LineColor = System.Drawing.Color.Black;
    185       this.treeChart.Location = new System.Drawing.Point(6, 32);
     185      this.treeChart.Location = new System.Drawing.Point(6, 16);
    186186      this.treeChart.ModifyTree = null;
    187187      this.treeChart.Name = "treeChart";
    188       this.treeChart.Size = new System.Drawing.Size(201, 332);
     188      this.treeChart.Size = new System.Drawing.Size(201, 348);
    189189      this.treeChart.Spacing = 5;
    190190      this.treeChart.SuspendRepaint = false;
Note: See TracChangeset for help on using the changeset viewer.