Readability Problem with UI

Using version 0.7.0 GW, get pressure from bme280, my WIPY v2 returns 1010 to query from server, using rest api in pycom micropython.
UI shows 1010.000hPa, this barely fits in the circle, how to show only 1010 hPa ?
( defined as “pascal”:{“label”: “Pressure”,“type”:“integer”,“unit”:“hPa” …)

That issue was actually fixed with this PR. It will be included in our next release.