Similar to T58668, labels are not aligned when multi-editing widgets that are not center-aligned.
Before:
After:
Differential D8441
Fix padding when multi-editing aligned widgets Authored by RedMser (RedMser) on Jul 31 2020, 8:22 PM.
Details
Similar to T58668, labels are not aligned when multi-editing widgets that are not center-aligned. Before: After:
Diff Detail
Event TimelineComment Actions Thanks for the patch! I think it makes more sense to just remove the text_is_edited check completely. The results are the same for me anyway, for buttons with and without labels. Comment Actions I had the same thought at first, but it turns out that without the check, multi-editing center-aligned widgets adds an unwanted offset: Comment Actions Aha! I figured you had some reason, just wanted to make sure. In that case I think this is good to go. It would be good for you or whoever commits this to add a comment explaining this. Comment Actions Good catch, thanks! |