Page MenuHome

UI: Use property split for edit custom property popover
ClosedPublic

Authored by Hans Goudey (HooglyBoogly) on Jul 16 2020, 11:46 PM.

Details

Summary

The panel looks out of place with the rest of Blender's UI and the text is cropped.
With property split turned on and a few smaller tweaks these issues are fixed.

BeforeAfter

Diff Detail

Repository
rB Blender

Event Timeline

Hans Goudey (HooglyBoogly) requested review of this revision.Jul 16 2020, 11:46 PM
Hans Goudey (HooglyBoogly) created this revision.
Hans Goudey (HooglyBoogly) added inline comments.
release/scripts/startup/bl_operators/wm.py
1457–1458

We could omit "Property" from the name here, but since the width of the popup is fixed there is way too much empty space without it which looks weird.

Looks like a nice and reasonable improvement.
Didn't test, but code looks fine.

This revision is now accepted and ready to land.Jul 16 2020, 11:57 PM