Free cookie consent management tool by TermsFeed Policy Generator

Changeset 6695


Ignore:
Timestamp:
09/01/11 16:46:38 (13 years ago)
Author:
epitzer
Message:

Fix spacing of modifiers list (#1622)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionView.Designer.cs

    r6693 r6695  
    297297      this.runCollectionModifiersListView.Caption = "Modifier View";
    298298      this.runCollectionModifiersListView.Content = null;
    299       this.runCollectionModifiersListView.Location = new System.Drawing.Point(3, 6);
     299      this.runCollectionModifiersListView.Evaluator = null;
     300      this.runCollectionModifiersListView.Location = new System.Drawing.Point(3, 3);
    300301      this.runCollectionModifiersListView.Name = "runCollectionModifiersListView";
    301302      this.runCollectionModifiersListView.ReadOnly = false;
    302       this.runCollectionModifiersListView.Size = new System.Drawing.Size(515, 345);
     303      this.runCollectionModifiersListView.Size = new System.Drawing.Size(518, 351);
    303304      this.runCollectionModifiersListView.TabIndex = 0;
    304305      //
Note: See TracChangeset for help on using the changeset viewer.