Corrected filter save window size.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2090 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
f63d02bfea
commit
3bed5b69fd
|
@ -119,7 +119,7 @@ $jws = array(
|
|||
'events' => array( 'w'=>720, 'h'=>480 ),
|
||||
'export' => array( 'w'=>400, 'h'=>340 ),
|
||||
'filter' => array( 'w'=>620, 'h'=>360 ),
|
||||
'filtersave' => array( 'w'=>560, 'h'=>220 ),
|
||||
'filtersave' => array( 'w'=>560, 'h'=>120 ),
|
||||
'frames' => array( 'w'=>500, 'h'=>300 ),
|
||||
'function' => array( 'w'=>248, 'h'=>92 ),
|
||||
'group' => array( 'w'=>360, 'h'=>150 ),
|
||||
|
|
Loading…
Reference in New Issue