From bc4964e49d17d09be0bf2d866579becb746fb176 Mon Sep 17 00:00:00 2001 From: sr55 Date: Wed, 25 Jul 2007 21:07:13 +0000 Subject: 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 --- win/C#/frmSplashScreen.Designer.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'win/C#/frmSplashScreen.Designer.cs') 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); } -- cgit v1.2.3