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.MainForm.WindowsForms/3.3/MainForms/DockForm.Designer.cs

    r7259 r7967  
    5151      //
    5252      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    53       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     53      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    5454      this.ClientSize = new System.Drawing.Size(632, 446);
    5555      this.Controls.Add(this.viewPanel);
    56       this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    5756      this.Icon = HeuristicLab.Common.Resources.HeuristicLab.Icon;
    5857      this.Name = "DockForm";
Note: See TracChangeset for help on using the changeset viewer.