czyzby / gdx-lml

:octocat: LibGDX utility libraries.
Apache License 2.0
159 stars 25 forks source link

Missing pad properties for container LML attribute #30

Closed metaphore closed 8 years ago

metaphore commented 8 years ago

container lacks next properties: 'pad', 'padleft', 'padright', 'padtop', 'padbottom'

I consider those are very important for markup. Are they missing by design?

czyzby commented 8 years ago

You are right, Container outside Table cannot have padding-related attributes. I'll add them in the next version.

czyzby commented 8 years ago

Fixed. Use 1.8.1.9.3-SNAPSHOT release if you badly need this feature.