From e0266d30c46507dc9807601b87a67840f791dc2d Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 21 Aug 2009 11:42:51 +0000 Subject: WinGui: - Fix for PictureSettings Panel - Small UI improvements for Audio and Subs panels git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2771 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/Controls/Subtitles.Designer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'win/C#/Controls/Subtitles.Designer.cs') diff --git a/win/C#/Controls/Subtitles.Designer.cs b/win/C#/Controls/Subtitles.Designer.cs index 451db23f8..6be93128b 100644 --- a/win/C#/Controls/Subtitles.Designer.cs +++ b/win/C#/Controls/Subtitles.Designer.cs @@ -149,7 +149,7 @@ this.btn_addSubTrack.BackColor = System.Drawing.Color.Transparent; this.btn_addSubTrack.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_addSubTrack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); - this.btn_addSubTrack.Location = new System.Drawing.Point(15, 39); + this.btn_addSubTrack.Location = new System.Drawing.Point(16, 38); this.btn_addSubTrack.Name = "btn_addSubTrack"; this.btn_addSubTrack.Size = new System.Drawing.Size(78, 23); this.btn_addSubTrack.TabIndex = 68; @@ -162,7 +162,7 @@ this.btn_RemoveSubTrack.BackColor = System.Drawing.Color.Transparent; this.btn_RemoveSubTrack.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_RemoveSubTrack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); - this.btn_RemoveSubTrack.Location = new System.Drawing.Point(229, 39); + this.btn_RemoveSubTrack.Location = new System.Drawing.Point(230, 38); this.btn_RemoveSubTrack.Name = "btn_RemoveSubTrack"; this.btn_RemoveSubTrack.Size = new System.Drawing.Size(73, 23); this.btn_RemoveSubTrack.TabIndex = 69; @@ -475,7 +475,7 @@ this.btn_srtAdd.BackColor = System.Drawing.Color.Transparent; this.btn_srtAdd.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_srtAdd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); - this.btn_srtAdd.Location = new System.Drawing.Point(99, 39); + this.btn_srtAdd.Location = new System.Drawing.Point(100, 38); this.btn_srtAdd.Name = "btn_srtAdd"; this.btn_srtAdd.Size = new System.Drawing.Size(124, 23); this.btn_srtAdd.TabIndex = 73; -- cgit v1.2.3