Changing horizontal scaling in combobox

When you have text in a combobox that goes past a certain point, it does horizontal scaling on the label. i was wondering if there is a way to disable that for the combobox? i see where the label is within the combobox object, but there doesn’t seem to be a way to set all its content to have horizontalScale of 1.f . is there a way to go about this?

so i think i solved my problem, i just overrided the function createComboBoxTextBox in lookAndFeel, and set the horizontal scale before returning it. :slight_smile: