Ignore:
Timestamp:
8/8/2010 7:12:55 AM (22 months ago)
Author:
lowjoel
Message:

Updated the SchedulerPanel? and BasePanel? to be DPI-aware. Addresses #303: Verify Eraser's UI in high DPI mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser/Eraser/BasePanel.Designer.cs

    r1675 r2243  
    7575            // BasePanel 
    7676            //  
    77             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 
     77            resources.ApplyResources(this, "$this"); 
     78            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; 
    7879            this.Controls.Add(this.content); 
    7980            this.Controls.Add(this.titleIcon); 
    8081            this.Controls.Add(this.titleLabel); 
    8182            this.Name = "BasePanel"; 
    82             resources.ApplyResources(this, "$this"); 
    8383            ((System.ComponentModel.ISupportInitialize)(this.titleIcon)).EndInit(); 
    8484            this.ResumeLayout(false); 
Note: See TracChangeset for help on using the changeset viewer.