From b043cca751305693fd3fdde4938e0e145eb1fd8d Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 31 Oct 2013 13:50:59 +0100 Subject: [PATCH] fix form panel layout bug --- source/Ox.UI/js/Form/FormPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Form/FormPanel.js b/source/Ox.UI/js/Form/FormPanel.js index 76c29b12..14c98315 100644 --- a/source/Ox.UI/js/Form/FormPanel.js +++ b/source/Ox.UI/js/Form/FormPanel.js @@ -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) {