forked from 0x2620/oxjs
merging changes
This commit is contained in:
parent
4f81b9eaee
commit
7968a11116
5 changed files with 23 additions and 5 deletions
|
|
@ -209,7 +209,7 @@ Ox.ListMap = function(options, self) {
|
|||
operator: '-',
|
||||
title: 'Matches',
|
||||
visible: false,
|
||||
width: 96,
|
||||
width: 64,
|
||||
}
|
||||
];
|
||||
|
||||
|
|
@ -287,6 +287,7 @@ Ox.ListMap = function(options, self) {
|
|||
height: self.options.height,
|
||||
places: self.options.places,
|
||||
//statusbar: true,
|
||||
showTypes: self.options.showTypes,
|
||||
toolbar: true,
|
||||
width: self.options.width - 514,//self.mapResize[1],
|
||||
zoombar: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue