pebble / pebblejs

Program the Pebble with simply JavaScript
MIT License
455 stars 229 forks source link

Card text is cut off [Chalk] #141

Closed fletchto99 closed 8 years ago

fletchto99 commented 8 years ago

Sometimes the text for a card is slightly too wide and gets cut off by the edges. Perhaps increasing the insets will help?

pebble_screenshot_2016-02-14_00-50-31 pebble_screenshot_2016-02-14_00-50-55

Meiguro commented 8 years ago

Ah, this was caused by offsetting the window's inner layer by the status bar layer. Master is updated to use the layer convert to screen functions.

fletchto99 commented 8 years ago

Thanks for the fix, appears to be working now!