Changeset 11592
- Timestamp:
- 11/27/14 10:13:59 (10 years ago)
- Location:
- trunk/sources/HeuristicLab.Core.Views/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Core.Views/3.3/ItemView.cs
r11557 r11592 29 29 /// </summary> 30 30 public partial class ItemView : AsynchronousContentView { 31 public const int MaximumNestingLevel = 3 7;31 public const int MaximumNestingLevel = 32; 32 32 33 33 public new IItem Content { -
trunk/sources/HeuristicLab.Core.Views/3.3/NestingLevelErrorControl.Designer.cs
r11555 r11592 61 61 // showButton 62 62 // 63 this.showButton.Location = new System.Drawing.Point( 3, 19);63 this.showButton.Location = new System.Drawing.Point(7, 21); 64 64 this.showButton.Name = "showButton"; 65 65 this.showButton.Size = new System.Drawing.Size(132, 23); … … 75 75 this.Controls.Add(this.infoLabel); 76 76 this.Name = "NestingLevelErrorControl"; 77 this.Size = new System.Drawing.Size(387, 46);77 this.Size = new System.Drawing.Size(387, 50); 78 78 this.ResumeLayout(false); 79 79 this.PerformLayout();
Note: See TracChangeset
for help on using the changeset viewer.