Reputation: 104065
I have a checkbox with a label. With the system font, the label is nicely aligned with the checkbox. With the font I want to use (Helvetica Neue Light), the label is too low:
How can I adjust the baseline?
Upvotes: 0
Views: 86
Reputation: 826
You can solve this issue in a different way.You can use 2 UI Controls 1) Check Box 2) Label Align the label based on your check box and put your check box over the label ( Increase the width of your check box and cover the label ) . So you will get user interaction over the label area also.
Upvotes: 3