1
0
Fork 0
forked from 0x2620/oxjs

fix errors when resizing item panel in map/calendar editor

This commit is contained in:
rolux 2014-01-17 12:14:44 +00:00
commit bd46effadf
2 changed files with 4 additions and 5 deletions

View file

@ -765,7 +765,7 @@ Ox.MapEditor = function(options, self) {
resize: function(data) {
self.$placeName.options({width: data.size - 48});
// fixme: pass width through form
self.$placeFormItems.forEach(function($item) {
self.$placeForm.options('items').forEach(function($item) {
$item.options({width: data.size - 16});
});
self.$areaKmInput.options({width: data.size - 16});