Shrunk the watch window by two events and 45 pixels.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@357 e3e1d417-86f3-4887-817a-d78f3d33393fpull/27/merge
parent
e8e4dbf288
commit
f5f7a76925
|
@ -83,7 +83,7 @@ define( "ZMS_PATH", "/cgi-bin/zms" ); // Web path to the ZoneMinder Stream s
|
||||||
|
|
||||||
// These are miscellaneous options you won't normally need to change
|
// These are miscellaneous options you won't normally need to change
|
||||||
//
|
//
|
||||||
define( "MAX_EVENTS", 12 ); // The maximum number of events to show in the monitor event listing
|
define( "MAX_EVENTS", 10 ); // The maximum number of events to show in the monitor event listing
|
||||||
define( "EVENT_HEADER_LINES", 25 ); // How many events are listed in the event window before a new header is inserted
|
define( "EVENT_HEADER_LINES", 25 ); // How many events are listed in the event window before a new header is inserted
|
||||||
define( "LEARN_MODE", false ); // Currently unimplemented, do not change
|
define( "LEARN_MODE", false ); // Currently unimplemented, do not change
|
||||||
|
|
||||||
|
@ -141,7 +141,7 @@ $jws = array(
|
||||||
'console' => array( 'w'=>720, 'h'=>400 ),
|
'console' => array( 'w'=>720, 'h'=>400 ),
|
||||||
'cycle' => array( 'w'=>36, 'h'=>72 ),
|
'cycle' => array( 'w'=>36, 'h'=>72 ),
|
||||||
'monitor' => array( 'w'=>360, 'h'=>450 ),
|
'monitor' => array( 'w'=>360, 'h'=>450 ),
|
||||||
'watch' => array( 'w'=>72, 'h'=>360 ),
|
'watch' => array( 'w'=>72, 'h'=>315 ),
|
||||||
'device' => array( 'w'=>196, 'h'=>164 ),
|
'device' => array( 'w'=>196, 'h'=>164 ),
|
||||||
'function' => array( 'w'=>248, 'h'=>72 ),
|
'function' => array( 'w'=>248, 'h'=>72 ),
|
||||||
'events' => array( 'w'=>720, 'h'=>480 ),
|
'events' => array( 'w'=>720, 'h'=>480 ),
|
||||||
|
|
Loading…
Reference in New Issue