Changed default xHTML device size

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2045 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2006-11-09 10:56:57 +00:00
parent fa225273bf
commit 8dd3e90d3b
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@ define( "MAX_EVENTS", 10 ); // The maximum number of events to show in th
define( "RATE_BASE", 100 ); // The additional scaling factor used to help get fractional rates in integer format
define( "SCALE_BASE", 100 ); // The additional scaling factor used to help get fractional scales in integer format
define( "LEARN_MODE", false ); // Currently unimplemented, do not change
define( 'DEVICE_WIDTH', 150 ); // Default device width for phones and handhelds
define( 'DEVICE_HEIGHT', 150 ); // Default device height for phones and handhelds
define( 'DEVICE_WIDTH', 320 ); // Default device width for phones and handhelds
define( 'DEVICE_HEIGHT', 240 ); // Default device height for phones and handhelds
define( 'DEVICE_LINES', 10 ); // Default device lines for phones and handhelds
//