[gatein-issues] [JBoss JIRA] Created: (GTNPORTAL-1165) Remove useless properties in UIPortletApplication
Trong Tran (JIRA)
jira-events at lists.jboss.org
Thu May 6 05:47:06 EDT 2010
Remove useless properties in UIPortletApplication
-------------------------------------------------
Key: GTNPORTAL-1165
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-1165
Project: GateIn Portal
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Trong Tran
Fix For: 3.1.0-GA
In org.exoplatform.webui.core.UIPortletApplication we have
{code:java}
abstract public class UIPortletApplication extends UIApplication {
private int minWidth = 300 ;
private int minHeight = 300 ;
....
}
{code}
These properties are not used properly and absolutely we can use CSS instead to set the minWidth and minHeight
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the gatein-issues
mailing list