Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/05/12 12:41:58 (12 years ago)
Author:
jkarder
Message:

#1688:

  • removed assignment to Font property in HeuristicLab.MainForm.WindowsForms.DockForm
  • changed AutoScaleMode to be inherited from HeuristicLab.MainForm.WindowsForms.MainForm for all user interface classes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunView.Designer.cs

    r7259 r7967  
    247247      //
    248248      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    249       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     249      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    250250      this.Controls.Add(this.colorArea);
    251251      this.Controls.Add(this.showDetailsCheckBox);
Note: See TracChangeset for help on using the changeset viewer.