Hi Udo,
fixed should also work here:
<tc:gridLayout columns="fixed;*" rows="fixed;fixed;fixed;fixed;*;fixed;*"/>
Regards,
Volker
2007/10/18, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> Author: lofwyr
> Date: Thu Oct 18 11:27:30 2007
> New Revision: 586053
>
> URL: http://svn.apache.org/viewvc?rev=586053&view=rev
> Log:
> fix button with to see the whole label
>
> Modified:
> myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.jsp
>
> Modified:
> myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.jsp
> URL:
> http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.jsp?rev=586053&r1=586052&r2=586053&view=diff
> ==============================================================================
> --- myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.jsp
> (original)
> +++ myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popup.jsp Thu
> Oct 18 11:27:30 2007
> @@ -24,7 +24,7 @@
> <jsp:body>
> <tc:box label="Popups">
> <f:facet name="layout">
> - <tc:gridLayout columns="100px;*"
> rows="fixed;fixed;fixed;fixed;*;fixed;*"/>
> + <tc:gridLayout columns="130px;*"
> rows="fixed;fixed;fixed;fixed;*;fixed;*"/>
> </f:facet>
>
> <tc:button label="Open">
>
>
>