fix form panel layout bug

This commit is contained in:
rolux 2013-10-31 13:50:59 +01:00
parent 2c595008fd
commit b043cca751

View file

@ -54,7 +54,7 @@ Ox.FormPanel = function(options, self) {
id: 'title',
title: Ox._('Title'),
visible: true,
width: 240
width: self.options.listSize - 16
}
],
items: self.options.form.map(function(section) {