mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Chnaged splash screen form to display correctly on a high DPI device
This commit is contained in:
6
mRemoteV1/UI/Forms/FrmSplashScreen.Designer.cs
generated
6
mRemoteV1/UI/Forms/FrmSplashScreen.Designer.cs
generated
@@ -32,10 +32,10 @@
|
||||
//
|
||||
// FrmSplashScreen
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||
this.BackgroundImage = global::mRemoteNG.Resources.Logo;
|
||||
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||||
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.ClientSize = new System.Drawing.Size(492, 128);
|
||||
this.ControlBox = false;
|
||||
this.DoubleBuffered = true;
|
||||
|
||||
Reference in New Issue
Block a user