summaryrefslogtreecommitdiffstats
path: root/win/C#/frmQueue.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-08-30 11:42:37 +0000
committersr55 <[email protected]>2007-08-30 11:42:37 +0000
commit473352b9820385b6eed1a74e3e1fd162f5f78776 (patch)
tree8d2ee70d76c284f6cc9a906f315b67cf03f3a18f /win/C#/frmQueue.cs
parent479dd465c30a7a860569f37c7da103033a4ccf44 (diff)
WinGui:
- Queue now has minimise button. - Ability to disable tooltips in tools > options - Added a few more tooltips to items. - Removed some old files that are no longer needed. - Updated splash screen. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@902 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmQueue.cs')
-rw-r--r--win/C#/frmQueue.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/win/C#/frmQueue.cs b/win/C#/frmQueue.cs
index 8e59e1116..c61b907c4 100644
--- a/win/C#/frmQueue.cs
+++ b/win/C#/frmQueue.cs
@@ -145,5 +145,10 @@ namespace Handbrake
{
this.Hide();
}
+
+ private void btn_minimise_Click(object sender, EventArgs e)
+ {
+ this.WindowState = FormWindowState.Minimized;
+ }
}
} \ No newline at end of file