- Changed minimal resolution from 1024x768 to 1024x720 for 720 HD TV owners.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1041
b64f7644-9d1e-0410-96f1-
a4d463321fa5
{\r
// Make sure the screen resolution is not below 1024x768\r
System.Windows.Forms.Screen scr = System.Windows.Forms.Screen.PrimaryScreen;\r
- if ((scr.Bounds.Width < 1024) || (scr.Bounds.Height < 768))\r
+ if ((scr.Bounds.Width < 1024) || (scr.Bounds.Height < 720))\r
{\r
MessageBox.Show("Your system does not meet the minimum requirements for HandBrake. \n Screen resolution is too Low. Must be 1024x768 or greater", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);\r
launch = false;\r