From f7aebabce2580f98235e9ee14ac799f1697a8d73 Mon Sep 17 00:00:00 2001 From: swagner Date: Sun, 25 Apr 2010 22:17:01 +0000 Subject: [PATCH] Implemented reviewers' comments (#893) git-svn-id: https://src.heuristiclab.com/svn/core/trunk/sources@3525 2abd9481-f8db-48e9-bd25-06bc13291c1b --- HeuristicLab.Optimization.Views/3.3/EngineAlgorithmView.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HeuristicLab.Optimization.Views/3.3/EngineAlgorithmView.Designer.cs b/HeuristicLab.Optimization.Views/3.3/EngineAlgorithmView.Designer.cs index a79e44a3c6..000a16a383 100644 --- a/HeuristicLab.Optimization.Views/3.3/EngineAlgorithmView.Designer.cs +++ b/HeuristicLab.Optimization.Views/3.3/EngineAlgorithmView.Designer.cs @@ -264,7 +264,7 @@ namespace HeuristicLab.Optimization.Views { this.operatorGraphViewHost.Location = new System.Drawing.Point(3, 33); this.operatorGraphViewHost.Name = "operatorGraphViewHost"; this.operatorGraphViewHost.ReadOnly = true; - this.operatorGraphViewHost.Size = new System.Drawing.Size(665, 338); + this.operatorGraphViewHost.Size = new System.Drawing.Size(699, 405); this.operatorGraphViewHost.TabIndex = 0; this.operatorGraphViewHost.ViewType = null; // -- 2.11.4.GIT