Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11592


Ignore:
Timestamp:
11/27/14 10:13:59 (9 years ago)
Author:
ascheibe
Message:

#2158 changed nesting level and fixed layout of error view

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  
    2929  /// </summary>
    3030  public partial class ItemView : AsynchronousContentView {
    31     public const int MaximumNestingLevel = 37;
     31    public const int MaximumNestingLevel = 32;
    3232
    3333    public new IItem Content {
  • trunk/sources/HeuristicLab.Core.Views/3.3/NestingLevelErrorControl.Designer.cs

    r11555 r11592  
    6161      // showButton
    6262      //
    63       this.showButton.Location = new System.Drawing.Point(3, 19);
     63      this.showButton.Location = new System.Drawing.Point(7, 21);
    6464      this.showButton.Name = "showButton";
    6565      this.showButton.Size = new System.Drawing.Size(132, 23);
     
    7575      this.Controls.Add(this.infoLabel);
    7676      this.Name = "NestingLevelErrorControl";
    77       this.Size = new System.Drawing.Size(387, 46);
     77      this.Size = new System.Drawing.Size(387, 50);
    7878      this.ResumeLayout(false);
    7979      this.PerformLayout();
Note: See TracChangeset for help on using the changeset viewer.