You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Henning Noeth (JIRA)" <de...@myfaces.apache.org> on 2017/02/23 15:00:54 UTC

[jira] [Resolved] (TOBAGO-1702) No spacing of buttonGroups within flexLayout

     [ https://issues.apache.org/jira/browse/TOBAGO-1702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henning Noeth resolved TOBAGO-1702.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 3.1.0

> No spacing of buttonGroups within flexLayout
> --------------------------------------------
>
>                 Key: TOBAGO-1702
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1702
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Themes
>    Affects Versions: 3.0.3
>            Reporter: Henning Noeth
>            Assignee: Henning Noeth
>            Priority: Minor
>             Fix For: 3.1.0
>
>
> <tc:buttons> within a <tc:flexLayout> have no gap between themselves.
> {code:xml}
> <tc:flexLayout columns="auto;*;auto;auto">
>   <tc:button label="Abbrechen"/>
>   <tc:panel/>
>   <tc:buttons>
>     <tc:button label="Left"/>
>     <tc:button label="Right"/>
>   </tc:buttons>
>   <tc:buttons>
>     <tc:button label="Left"/>
>     <tc:button label="Right"/>
>   </tc:buttons>
> </tc:flexLayout>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)