fix label widths in map editor ('geoname' truncated in recent versions of Chrome on OS X)

This commit is contained in:
rlx 2012-09-05 09:46:00 +00:00
parent e52ac44a1b
commit d5da93f59e

View file

@ -486,7 +486,7 @@ Ox.MapEditor = function(options, self) {
self.$nameInput = Ox.Input({
id: 'name',
label: 'Name',
labelWidth: 64,
labelWidth: 80,
width: 240
}),
self.$alternativeNamesInput = Ox.ArrayInput({
@ -500,7 +500,7 @@ Ox.MapEditor = function(options, self) {
self.$geonameInput = Ox.Input({
id: 'geoname',
label: 'Geoname',
labelWidth: 64,
labelWidth: 80,
width: 240
}),
Ox.Input({
@ -518,7 +518,7 @@ Ox.MapEditor = function(options, self) {
{id: 'feature', title: 'Feature'} // continents, islands, rivers, lakes, seas, oceans, mountains...
],
label: 'Type',
labelWidth: 64,
labelWidth: 80,
width: 240
})
], ['Latitude', 'Longitude', 'South', 'West', 'North', 'East'].map(function(v) {