Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/01/15 12:49:23 (9 years ago)
Author:
mkommend
Message:

#2535: Corrected text box size in StringConvertibleValueView.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleValueView.Designer.cs

    r12012 r13425  
    6363      this.valueTextBox.Location = new System.Drawing.Point(17, 0);
    6464      this.valueTextBox.Name = "valueTextBox";
    65       this.valueTextBox.Size = new System.Drawing.Size(135, 20);
     65      this.valueTextBox.Size = new System.Drawing.Size(132, 20);
    6666      this.valueTextBox.TabIndex = 2;
    6767      this.valueTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.valueTextBox_KeyDown);
Note: See TracChangeset for help on using the changeset viewer.