summaryrefslogtreecommitdiffstats
path: root/win/C#/frmSplashScreen.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2009-07-05 16:38:58 +0000
committersr55 <[email protected]>2009-07-05 16:38:58 +0000
commit40b0985abcaea7a7d45676edfb0f472ff356694e (patch)
tree3b58c4e340b9b595a8bcda047cd2e88c28e5accd /win/C#/frmSplashScreen.Designer.cs
parent9389fc14e77d539cb369ac43b0ec2a70aa3c1fff (diff)
WinGui:
- UI design tweaks, consistent font usage, tableLayout for frmMain - Bug Fixes related to using source label instead of source path. - thanks to darkassassin - Few small tweaks/ fixes to above patch. - Fixed: Delete all built in presets option. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2666 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmSplashScreen.Designer.cs')
-rw-r--r--win/C#/frmSplashScreen.Designer.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/win/C#/frmSplashScreen.Designer.cs b/win/C#/frmSplashScreen.Designer.cs
index 350cfab47..b447c382c 100644
--- a/win/C#/frmSplashScreen.Designer.cs
+++ b/win/C#/frmSplashScreen.Designer.cs
@@ -49,10 +49,13 @@ namespace Handbrake
this.Font = new System.Drawing.Font("Corbel", 8.25F);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+ this.MaximizeBox = false;
+ this.MinimizeBox = false;
this.Name = "frmSplashScreen";
+ this.ShowIcon = false;
+ this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SplashScreen";
- this.TopMost = true;
this.ResumeLayout(false);
}