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
Location:
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Starter
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Starter/AboutDialog.Designer.cs

    r7259 r7967  
    274274      this.AcceptButton = this.okButton;
    275275      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    276       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     276      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    277277      this.BackColor = System.Drawing.SystemColors.Window;
    278278      this.CancelButton = this.okButton;
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Starter/SplashScreen.Designer.cs

    r7259 r7967  
    104104      //
    105105      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    106       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     106      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    107107      this.BackColor = System.Drawing.Color.White;
    108108      this.ClientSize = new System.Drawing.Size(598, 165);
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Starter/StarterForm.Designer.cs

    r7259 r7967  
    171171      //
    172172      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    173       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     173      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    174174      this.ClientSize = new System.Drawing.Size(666, 546);
    175175      this.Controls.Add(this.aboutButton);
Note: See TracChangeset for help on using the changeset viewer.