forked from 0x2620/oxjs
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',
|
id: 'title',
|
||||||
title: Ox._('Title'),
|
title: Ox._('Title'),
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 240
|
width: self.options.listSize - 16
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
items: self.options.form.map(function(section) {
|
items: self.options.form.map(function(section) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue