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.Clients.Hive.Views/3.3/HiveInformationDialog.Designer.cs

    r7256 r7967  
    8585      this.AcceptButton = this.okButton;
    8686      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    87       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     87      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    8888      this.ClientSize = new System.Drawing.Size(529, 205);
    8989      this.Controls.Add(this.panel);
Note: See TracChangeset for help on using the changeset viewer.