From d5da93f59e744236d6bc911ca4247ca7298d3091 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Wed, 5 Sep 2012 09:46:00 +0000 Subject: [PATCH] fix label widths in map editor ('geoname' truncated in recent versions of Chrome on OS X) --- source/Ox.UI/js/Map/MapEditor.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) {