diff options
author | sr55 <[email protected]> | 2009-06-26 23:50:24 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-06-26 23:50:24 +0000 |
commit | edc5c3c50bbaf09eb2511f217a1228d901d54b55 (patch) | |
tree | 49c05ce249b69fc4912c19162759a34051c483c5 /win/C#/frmSplashScreen.Designer.cs | |
parent | 4ac9a883b86e9d83a15a23f32090a2339ac1606a (diff) |
WinGui:
- Temporary Fix for Quality slider getting reset to 0 on title or encoder change. Changing encoders may still cause a problem.
- Much smaller splash screen. (Just in case any popup errors decide to hide behind it on launch)
- Toolstrip now uses "Professional" appearance mode. On most systems it'll stand out more.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2633 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmSplashScreen.Designer.cs')
-rw-r--r-- | win/C#/frmSplashScreen.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmSplashScreen.Designer.cs b/win/C#/frmSplashScreen.Designer.cs index 51891e417..350cfab47 100644 --- a/win/C#/frmSplashScreen.Designer.cs +++ b/win/C#/frmSplashScreen.Designer.cs @@ -44,7 +44,7 @@ namespace Handbrake this.BackColor = System.Drawing.Color.White;
this.BackgroundImage = global::Handbrake.Properties.Resources.SplashScreen;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.ClientSize = new System.Drawing.Size(496, 303);
+ this.ClientSize = new System.Drawing.Size(400, 180);
this.ControlBox = false;
this.Font = new System.Drawing.Font("Corbel", 8.25F);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|