diff options
author | sr55 <[email protected]> | 2007-08-08 22:55:51 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-08-08 22:55:51 +0000 |
commit | e99cc78f1b33adde034a88561f9494871d641cc0 (patch) | |
tree | 2753461a1ec044f71e94100896bf9f8072468f42 /win/C#/frmSplashScreen.Designer.cs | |
parent | dbdcd68514a6a447f5551458e57caf34cfa317da (diff) |
WinGui:
- Some more tweaks to the presets menu.
- Border added to splash screen.
- Added a quick start tips window.
- Few other small UI tweaks
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@791 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 f756f66f1..df469c771 100644 --- a/win/C#/frmSplashScreen.Designer.cs +++ b/win/C#/frmSplashScreen.Designer.cs @@ -38,7 +38,7 @@ namespace Handbrake this.BackColor = System.Drawing.Color.White;
this.BackgroundImage = global::Handbrake.Properties.Resources.tempSplash;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.ClientSize = new System.Drawing.Size(496, 276);
+ this.ClientSize = new System.Drawing.Size(496, 303);
this.ControlBox = false;
this.Font = new System.Drawing.Font("Corbel", 8.25F);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|