diff --git a/source/Ox.UI/js/Map/MapEditor.js b/source/Ox.UI/js/Map/MapEditor.js index 9f4e1757..a7d675aa 100644 --- a/source/Ox.UI/js/Map/MapEditor.js +++ b/source/Ox.UI/js/Map/MapEditor.js @@ -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) {