make the map options menu more compact
This commit is contained in:
parent
ef0e161ab0
commit
6c4e520b6d
1 changed files with 3 additions and 2 deletions
|
@ -255,8 +255,9 @@ Ox.Map = function(options, self) {
|
||||||
keyboard: 'c'
|
keyboard: 'c'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
title: 'Options...',
|
title: 'set',
|
||||||
width: 96
|
tooltip: 'Map Options',
|
||||||
|
type: 'image'
|
||||||
})
|
})
|
||||||
.css({float: 'left', margin: '4px'})
|
.css({float: 'left', margin: '4px'})
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
|
|
Loading…
Reference in a new issue