summaryrefslogtreecommitdiffstats
path: root/win/C#/frmMain.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2009-06-26 23:50:24 +0000
committersr55 <[email protected]>2009-06-26 23:50:24 +0000
commitedc5c3c50bbaf09eb2511f217a1228d901d54b55 (patch)
tree49c05ce249b69fc4912c19162759a34051c483c5 /win/C#/frmMain.Designer.cs
parent4ac9a883b86e9d83a15a23f32090a2339ac1606a (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#/frmMain.Designer.cs')
-rw-r--r--win/C#/frmMain.Designer.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs
index b201b475c..83751198e 100644
--- a/win/C#/frmMain.Designer.cs
+++ b/win/C#/frmMain.Designer.cs
@@ -1228,7 +1228,6 @@ namespace Handbrake
//
// toolStrip1
//
- this.toolStrip1.BackColor = System.Drawing.Color.Transparent;
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btn_source,
@@ -1241,7 +1240,7 @@ namespace Handbrake
this.btn_ActivityWindow});
this.toolStrip1.Location = new System.Drawing.Point(0, 24);
this.toolStrip1.Name = "toolStrip1";
- this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
+ this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
this.toolStrip1.Size = new System.Drawing.Size(1000, 39);
this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1";
@@ -1437,6 +1436,7 @@ namespace Handbrake
//
// PictureSettings
//
+ this.PictureSettings.BackColor = System.Drawing.Color.Transparent;
this.PictureSettings.Location = new System.Drawing.Point(0, 0);
this.PictureSettings.Name = "PictureSettings";
this.PictureSettings.Size = new System.Drawing.Size(713, 310);