How to add gap to the labels on a lv_scale object

Hi there, I need to set the gap for the labels on a round lv_scale object. I’ve read through the docs and I can’t see how to do it.
In v8, the function for the major ticks had a parameter label_gap:

lv_meter_set_scale_major_ticks(lv_obj_t *obj, lv_meter_scale_t *scale, uint16_t nth, uint16_t width, uint16_t len, lv_color_t color, int16_t label_gap)

But I can’t see something similar for the lv_scale. Can someone illuminate me? :slight_smile: Is there a style property I can use?
Thanks,
Tim

I had a look in the code and it looks like it’s not implemented in styles yet (v9.1). See the todo here:

Not sure if there’s any way to set this at the moment.