Skip to content

Commit

Permalink
Fixed a bug on ComboBox and DropDownList skins to correctly show the …
Browse files Browse the repository at this point in the history
…labelField on an ArrayCollection.
  • Loading branch information
akamud committed Jul 2, 2014
1 parent 82b6347 commit ec3c394
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified FlatSparkSkin/bin/FlatSparkSkin.swc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</s:fill>
</s:Rect>

<s:Label text="{data}" paddingRight="4" paddingTop="1" paddingBottom="1" paddingLeft="4"
<s:Label id="labelDisplay" paddingRight="4" paddingTop="1" paddingBottom="1" paddingLeft="4"
verticalAlign="middle" height="100%" fontFamily="Lato" fontSize="15" fontWeight="normal"
fontStyle="normal" color="{ColorUtils.Clouds}" color.hovered="{ColorUtils.Silver}"/>

Expand Down

3 comments on commit ec3c394

@justein
Copy link

@justein justein commented on ec3c394 Jul 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for your contribution to fix this bug!

@justein
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just have found some ways of flatting some other component like tabNavigator,DataGrid and its items and header and so on.I hope these codes could be used to enrich the FlatSpark. yours sincerely JamesGosling.

@akamud
Copy link
Owner Author

@akamud akamud commented on ec3c394 Aug 26, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's great, Justein, can you make a Pull Request so we can review it and accept your cointubution?

Please sign in to comment.