freakified / TimeStylePebble

A stylish, customizable face for the Pebble Time.
MIT License
177 stars 84 forks source link

Use ACTION_BAR_WIDTH instead of "#define SIDEBAR_WIDTH 30" in sidebar.c #91

Closed jorsmm closed 8 years ago

jorsmm commented 8 years ago

You can use ACTION_BAR_WIDTH instead of "#define SIDEBAR_WIDTH 30" in sidebar.c. I think It has different size in Time vs Time 2 (30 vs 34). Thanks!!

tilden commented 8 years ago

Huh, I never noticed that ACTION_BAR_WIDTH was the same width as the timeline. This would be much more elegant than hardcoding 30/34 depending on platform. Thanks for the tip!