diff options
author | sr55 <[email protected]> | 2007-07-25 21:07:13 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-07-25 21:07:13 +0000 |
commit | bc4964e49d17d09be0bf2d866579becb746fb176 (patch) | |
tree | 318e8f39122522e2f9a097d8c834e3eab0880b20 /win/C#/frmSplashScreen.Designer.cs | |
parent | 44d8075999306aea28744b28f25f9c32d48b8d77 (diff) |
WinGui:
- Excluded brianmario's CLI handler until it's completed.
- Enabled cancel button on frmReadDVD (yes it actually works ;))
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@735 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, 2 insertions, 0 deletions
diff --git a/win/C#/frmSplashScreen.Designer.cs b/win/C#/frmSplashScreen.Designer.cs index b85def35c..f756f66f1 100644 --- a/win/C#/frmSplashScreen.Designer.cs +++ b/win/C#/frmSplashScreen.Designer.cs @@ -44,7 +44,9 @@ namespace Handbrake this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmSplashScreen";
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SplashScreen";
+ this.TopMost = true;
this.ResumeLayout(false);
}
|