fix form panel layout bug
This commit is contained in:
parent
2c595008fd
commit
b043cca751
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue