Free cookie consent management tool by TermsFeed Policy Generator

Changeset 427


Ignore:
Timestamp:
08/03/08 11:01:51 (16 years ago)
Author:
gkronber
Message:

fixed a minor GUI bug. (ticket #225)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Functions/FunctionView.Designer.cs

    r410 r427  
    155155      // editButton
    156156      //
     157      this.editButton.Enabled = false;
    157158      this.editButton.Location = new System.Drawing.Point(301, 5);
    158159      this.editButton.Name = "editButton";
     
    168169            this.copyToClipboardMenuItem});
    169170      this.treeNodeContextMenu.Name = "treeNodeContextMenu";
    170       this.treeNodeContextMenu.Size = new System.Drawing.Size(259, 26);
     171      this.treeNodeContextMenu.Size = new System.Drawing.Size(248, 26);
    171172      //
    172173      // copyToClipboardMenuItem
    173174      //
    174175      this.copyToClipboardMenuItem.Name = "copyToClipboardMenuItem";
    175       this.copyToClipboardMenuItem.Size = new System.Drawing.Size(258, 22);
     176      this.copyToClipboardMenuItem.Size = new System.Drawing.Size(247, 22);
    176177      this.copyToClipboardMenuItem.Text = "Copy to clip-board (Model-Analyzer)";
    177178      this.copyToClipboardMenuItem.Click += new System.EventHandler(this.copyToClipboardMenuItem_Click);
Note: See TracChangeset for help on using the changeset viewer.