make the map options menu more compact

This commit is contained in:
rolux 2012-04-04 17:44:32 +02:00
parent ef0e161ab0
commit 6c4e520b6d

View file

@ -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({