Skip to content

Instantly share code, notes, and snippets.

@tkawachi
Created December 5, 2011 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkawachi/1433808 to your computer and use it in GitHub Desktop.
Save tkawachi/1433808 to your computer and use it in GitHub Desktop.
if(this.infoLabel.size.height > 28)
{
this.infoLabel.height = 28;
}
else
{
this.infoLabel.height = 'auto';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment