Author: ochikvina
Date: 2009-06-23 06:03:55 -0400 (Tue, 23 Jun 2009)
New Revision: 14689
Modified:
branches/community/3.3.X/ui/modal-panel/src/main/config/component/modalPanel.xml
Log:
https://jira.jboss.org/jira/browse/RF-6821 - width/height defaults are corrected;
Modified:
branches/community/3.3.X/ui/modal-panel/src/main/config/component/modalPanel.xml
===================================================================
---
branches/community/3.3.X/ui/modal-panel/src/main/config/component/modalPanel.xml 2009-06-22
16:43:08 UTC (rev 14688)
+++
branches/community/3.3.X/ui/modal-panel/src/main/config/component/modalPanel.xml 2009-06-23
10:03:55 UTC (rev 14689)
@@ -55,13 +55,13 @@
<property>
<name>width</name>
<classname>int</classname>
- <description> Attribute defines width of component. Default value is
"300". </description>
+ <description> Attribute defines width of component. Default value is
"200".</description>
<defaultvalue>-1</defaultvalue>
</property>
<property>
<name>height</name>
<classname>int</classname>
- <description>Attribute defines height of component. Default value is
"200". </description>
+ <description>Attribute defines height of component. Default value is
"300".</description>
<defaultvalue>-1</defaultvalue>
</property>
<property>