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.Optimizer/3.3/NewItemDialog.Designer.cs

    r7259 r7967  
    121121      this.AcceptButton = this.okButton;
    122122      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    123       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     123      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    124124      this.CancelButton = this.cancelButton;
    125125      this.ClientSize = new System.Drawing.Size(624, 444);
Note: See TracChangeset for help on using the changeset viewer.