Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/21/11 12:37:23 (13 years ago)
Author:
abeham
Message:

#1346

  • Fixed cloning behavior in some operators
  • Fixed problem UI textbox length
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/VehicleRoutingProblemView.Designer.cs

    r4847 r5347  
    4040      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    4141      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
     42      this.nameTextBox.Size = new System.Drawing.Size(418, 20);
     43      //
     44      // descriptionTextBox
     45      //
     46      this.descriptionTextBox.Size = new System.Drawing.Size(418, 20);
    4247      //
    4348      // importButton
     
    96101      this.tabPage2.Name = "tabPage2";
    97102      this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
    98       this.tabPage2.Size = new System.Drawing.Size(482, 229);
     103      this.tabPage2.Size = new System.Drawing.Size(482, 252);
    99104      this.tabPage2.TabIndex = 1;
    100105      this.tabPage2.Text = "Visualization";
Note: See TracChangeset for help on using the changeset viewer.