Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/12/13 12:49:09 (11 years ago)
Author:
mkommend
Message:

#2081: Corrected location of open button in FileValueView.

File:
1 edited

Legend:

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

    r9833 r9949  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileValueView));
    4847      this.openButton = new System.Windows.Forms.Button();
    4948      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     
    5554      this.openButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    5655      this.openButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
    57       this.openButton.Location = new System.Drawing.Point(198, 0);
     56      this.openButton.Location = new System.Drawing.Point(167, 0);
    5857      this.openButton.Name = "openButton";
    5958      this.openButton.Size = new System.Drawing.Size(24, 24);
     
    7776      // FileValueView
    7877      //
    79       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    8078      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    8179      this.Controls.Add(this.stringConvertibleValueView);
Note: See TracChangeset for help on using the changeset viewer.