Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/02/10 11:28:00 (15 years ago)
Author:
mkommend
Message:

added tooltips for graph visualization buttons and fixed layouting problems (ticket #867)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/GraphVisualizationInfoView.Designer.cs

    r2893 r2909  
    3939      this.graphVisualization.FileName = "";
    4040      this.graphVisualization.Location = new System.Drawing.Point(0, 0);
    41       this.graphVisualization.Magnification = new System.Drawing.SizeF(71F, 71F);
     41      this.graphVisualization.Magnification = new System.Drawing.SizeF(80F, 80F);
    4242      this.graphVisualization.Name = "graphVisualization";
    4343      this.graphVisualization.Origin = new System.Drawing.Point(0, 0);
     44      this.graphVisualization.PageSize = new System.Drawing.Size(100000, 100000);
    4445      this.graphVisualization.ShowConnectors = true;
    4546      this.graphVisualization.ShowRulers = false;
Note: See TracChangeset for help on using the changeset viewer.