Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/21/10 18:34:56 (14 years ago)
Author:
epitzer
Message:

Ensure proper resizing of CodeEditor and don't crash when removing non-existent assemblies (#842)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CodeEditor/3.2/CodeEditor.Designer.cs

    r2659 r2667  
    4040      //
    4141      toolStripFiller.Name = "toolStripFiller";
    42       toolStripFiller.Size = new System.Drawing.Size(364, 17);
     42      toolStripFiller.Size = new System.Drawing.Size(395, 17);
    4343      toolStripFiller.Spring = true;
    4444      //
     
    5858      this.textEditor.ShowTabs = true;
    5959      this.textEditor.ShowVRuler = false;
    60       this.textEditor.Size = new System.Drawing.Size(556, 248);
     60      this.textEditor.Size = new System.Drawing.Size(556, 245);
    6161      this.textEditor.TabIndent = 2;
    6262      this.textEditor.TabIndex = 0;
     
    113113      this.Name = "CodeEditor";
    114114      this.Size = new System.Drawing.Size(556, 270);
     115      this.Resize += new System.EventHandler(this.CodeEditor_Resize);
    115116      this.statusStrip1.ResumeLayout(false);
    116117      this.statusStrip1.PerformLayout();
Note: See TracChangeset for help on using the changeset viewer.