Changed default xHTML device size
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2045 e3e1d417-86f3-4887-817a-d78f3d33393fpull/27/merge
parent
fa225273bf
commit
8dd3e90d3b
|
@ -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( "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( "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( "LEARN_MODE", false ); // Currently unimplemented, do not change
|
||||||
define( 'DEVICE_WIDTH', 150 ); // Default device width for phones and handhelds
|
define( 'DEVICE_WIDTH', 320 ); // Default device width for phones and handhelds
|
||||||
define( 'DEVICE_HEIGHT', 150 ); // Default device height 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
|
define( 'DEVICE_LINES', 10 ); // Default device lines for phones and handhelds
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue