Bug in Glide.UI.TextBlock

I think in the method Render() the line

y = Height - size.Height; 

should be

y += Height - size.Height;

This fix been committed to codeplex.