diff options
author | sr55 <[email protected]> | 2008-02-20 16:36:09 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-02-20 16:36:09 +0000 |
commit | db588e3c6ffd1decde4e45d742a6755df7e685ee (patch) | |
tree | 813bb16f235c5705e8593d3b095117f8ceaf4ee3 /win/C#/frmQueue.Designer.cs | |
parent | 0b34ab90692e23dfc5f41cbcf312d51549d348d3 (diff) |
WinGui: minor bug fixes.
- Queue window now allows selection of queued items on the whole panel, not just the left side of the panel.
- Fixed a few rouge extensions not getting changed correctly when selecting a preset. (may need to revisit this for psp preset)
- When using AAC+AC3 use m4v if mp4 is currently on the extension.
- Fixed the user defaults not setting video / audio encode properly.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1305 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmQueue.Designer.cs')
-rw-r--r-- | win/C#/frmQueue.Designer.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/C#/frmQueue.Designer.cs b/win/C#/frmQueue.Designer.cs index ca3cc3cbc..d4e5346e0 100644 --- a/win/C#/frmQueue.Designer.cs +++ b/win/C#/frmQueue.Designer.cs @@ -122,7 +122,6 @@ namespace Handbrake this.list_queue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.list_queue.HorizontalScrollbar = true;
this.list_queue.Location = new System.Drawing.Point(12, 176);
- this.list_queue.MultiColumn = true;
this.list_queue.Name = "list_queue";
this.list_queue.Size = new System.Drawing.Size(701, 145);
this.list_queue.TabIndex = 28;
|