Free cookie consent management tool by TermsFeed Policy Generator

Changeset 166


Ignore:
Timestamp:
04/22/08 23:24:19 (16 years ago)
Author:
gkronber
Message:

made the width of the left panel fixed because I'm tired of resizing the panel each time when I open a VariableScopeView. Allocating 50% of the container size to the list of variables is too much anyway.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/VariablesScopeView.Designer.cs

    r2 r166  
    7070                  | System.Windows.Forms.AnchorStyles.Left)
    7171                  | System.Windows.Forms.AnchorStyles.Right)));
     72      this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
    7273      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
    7374      this.splitContainer1.Name = "splitContainer1";
Note: See TracChangeset for help on using the changeset viewer.