Skip to content

Commit

Permalink
[BUGFIX] Remove Button Style round for Dropdown Button
Browse files Browse the repository at this point in the history
Option round breaks visually
  • Loading branch information
beda committed Jan 13, 2013
1 parent 81e00a2 commit f4db76e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Resources/Private/Elements/DropdownButton.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<flux:flexform.sheet name="display-sheet" label="Display Options">
{flux:flexform.field.input(name: 'buttonname', label: 'Button Name')}
<flux:flexform.field.select name="button-style" label="Buttons Style"
commaSeparatedItems="edge,radius,round"/>
commaSeparatedItems="edge,radius"/>
<flux:flexform.field.select name="button-size" label="Button Size"
commaSeparatedItems="tiny,small,medium,large"/>
<flux:flexform.field.select name="button-type" label="Button Type"
Expand All @@ -43,9 +43,6 @@

<f:section name="Main">
<v:switch value="{button-style}">
<v:case case="round" break="TRUE">
{v:var.set(name: 'button-style', value: 'round')}
</v:case>
<v:case case="radius" break="TRUE">
{v:var.set(name: 'button-style', value: 'radius')}
</v:case>
Expand Down

0 comments on commit f4db76e

Please sign in to comment.