[commit] r2700 - trunk/GME/CSGUI

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Fri Oct 13 11:31:47 CDT 2017


Author: ksmyth
Date: Fri Oct 13 11:31:47 2017
New Revision: 2700

Log:
Scale welcome screen better for high-DPI

Modified:
   trunk/GME/CSGUI/WelcomeScreen.Designer.cs

Modified: trunk/GME/CSGUI/WelcomeScreen.Designer.cs
==============================================================================
--- trunk/GME/CSGUI/WelcomeScreen.Designer.cs	Fri Oct 13 10:27:02 2017	(r2699)
+++ trunk/GME/CSGUI/WelcomeScreen.Designer.cs	Fri Oct 13 11:31:47 2017	(r2700)
@@ -71,8 +71,8 @@
             // WelcomeScreen
             // 
             this.AllowDrop = true;
-            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
-            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
             this.ClientSize = new System.Drawing.Size(872, 328);
             this.Controls.Add(this.grpRecents);
             this.Controls.Add(this.btnNew);


More information about the gme-commit mailing list