Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/25/10 02:34:23 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • continued work on adapting and refactoring HeuristicLab.Data according to the changes in HeuristicLab.Core
  • unified visual appearance of views
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/OperatorTreeView.Designer.cs

    r2655 r2676  
    9292            this.viewToolStripMenuItem});
    9393      this.graphContextMenuStrip.Name = "graphContextMenuStrip";
    94       this.graphContextMenuStrip.Size = new System.Drawing.Size(153, 70);
     94      this.graphContextMenuStrip.Size = new System.Drawing.Size(132, 48);
    9595      this.graphContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.graphContextMenuStrip_Opening);
    9696      //
     
    9999      this.breakpointToolStripMenuItem.CheckOnClick = true;
    100100      this.breakpointToolStripMenuItem.Name = "breakpointToolStripMenuItem";
    101       this.breakpointToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     101      this.breakpointToolStripMenuItem.Size = new System.Drawing.Size(131, 22);
    102102      this.breakpointToolStripMenuItem.Text = "&Breakpoint";
    103103      this.breakpointToolStripMenuItem.ToolTipText = "Halt engine execution after executing the operator";
     
    107107      //
    108108      this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
    109       this.viewToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     109      this.viewToolStripMenuItem.Size = new System.Drawing.Size(131, 22);
    110110      this.viewToolStripMenuItem.Text = "&View...";
    111111      this.viewToolStripMenuItem.ToolTipText = "View operator";
Note: See TracChangeset for help on using the changeset viewer.