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'
|
||||
}
|
||||
],
|
||||
title: 'Options...',
|
||||
width: 96
|
||||
title: 'set',
|
||||
tooltip: 'Map Options',
|
||||
type: 'image'
|
||||
})
|
||||
.css({float: 'left', margin: '4px'})
|
||||
.bindEvent({
|
||||
|
|
Loading…
Reference in a new issue