git.ithinksw.org
/
extjs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Upgrade to ExtJS 3.2.1 - Released 04/27/2010
[extjs.git]
/
docs
/
source
/
BoxLayout.html
diff --git
a/docs/source/BoxLayout.html
b/docs/source/BoxLayout.html
index
f5cf0e2
..
e23536c
100644
(file)
--- a/
docs/source/BoxLayout.html
+++ b/
docs/source/BoxLayout.html
@@
-7,7
+7,7
@@
</head>
<body onload="prettyPrint();">
<pre class="prettyprint lang-js">/*!
</head>
<body onload="prettyPrint();">
<pre class="prettyprint lang-js">/*!
- * Ext JS Library 3.2.
0
+ * Ext JS Library 3.2.
1
* Copyright(c) 2006-2010 Ext JS, Inc.
* licensing@extjs.com
* http://www.extjs.com/license
* Copyright(c) 2006-2010 Ext JS, Inc.
* licensing@extjs.com
* http://www.extjs.com/license
@@
-436,12
+436,12
@@
Ext.layout.VBoxLayout = Ext.extend(Ext.layout.BoxLayout, {
switch (this.align) {
case 'stretch':
stretchWidth = availWidth - horizMargins;
switch (this.align) {
case 'stretch':
stretchWidth = availWidth - horizMargins;
- calcs.width = stretchWidth.constrain(child.min
Height
|| 0, child.maxWidth || 1000000);
+ calcs.width = stretchWidth.constrain(child.min
Width
|| 0, child.maxWidth || 1000000);
calcs.dirtySize = true;
break;
case 'stretchmax':
stretchWidth = maxWidth - horizMargins;
calcs.dirtySize = true;
break;
case 'stretchmax':
stretchWidth = maxWidth - horizMargins;
- calcs.width = stretchWidth.constrain(child.min
Height
|| 0, child.maxWidth || 1000000);
+ calcs.width = stretchWidth.constrain(child.min
Width
|| 0, child.maxWidth || 1000000);
calcs.dirtySize = true;
break;
case 'center':
calcs.dirtySize = true;
break;
case 'center':