diff options
author | sr55 <[email protected]> | 2007-08-10 18:59:24 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-08-10 18:59:24 +0000 |
commit | b5413975f3b4f710f08599f4066882885b6b9e6f (patch) | |
tree | 8e31556021b0e99ef7fbd2f3a26767f0c7e4fbe3 /win/C#/frmQueue.Designer.cs | |
parent | e99cc78f1b33adde034a88561f9494871d641cc0 (diff) |
WinGui:
- Updated splash screen
- Horizontal scroll bar added to queue window.
- Few minor tweaks
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@792 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, 1 insertions, 0 deletions
diff --git a/win/C#/frmQueue.Designer.cs b/win/C#/frmQueue.Designer.cs index b078970bd..6aaf16762 100644 --- a/win/C#/frmQueue.Designer.cs +++ b/win/C#/frmQueue.Designer.cs @@ -118,6 +118,7 @@ namespace Handbrake //
this.list_queue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.list_queue.FormattingEnabled = true;
+ this.list_queue.HorizontalScrollbar = true;
this.list_queue.Location = new System.Drawing.Point(10, 37);
this.list_queue.Name = "list_queue";
this.list_queue.Size = new System.Drawing.Size(630, 288);
|