I want to reduce the width of a nubmer box control, because the values are max 3 digits, and I don’t want to have the box take up empty space, because I want to leave space for a slider to the right of it.
But when the nubmer box width is reduced,the visual size of it starts to crop and you end up with rounded corners on the left, and square corners on the right:
There might be some property in the control somewhere, but I couldn’t find any accessible property that would have any effect.
I looked into making custom controls or something. But that’s too complicated for me right now. I don’t have time for learning to make custom controls just to make those edges look rounded right now. I’d rather have square corners on the right, or just have the slider.