Blender Git Commit Log
Git Commits -> Revision 1ffa746
Revision 1ffa746 by Jeroen Bakker (master) April 4, 2019, 12:01 (GMT) |
Avoid flow to avoid the collection textfield from becoming too small The collection instance field is currently using flow.column(), which makes the name of the collection instance unreadably small. {F6898084} I get that we want to save vertical space to avoid scrolling, but in this case it generates a new problem, so I'd rather avoid flow here. Patch by sebastian_k Reviewed By: billreynish Differential Revision: https://developer.blender.org/D4614 |
Commit Details:
Full Hash: 1ffa7462a2114597bbea87cc0b09b48d7a09d5d5
Parent Commit: 0298f1d
Lines Changed: +1, -1
1 Modified Path:
/release/scripts/startup/bl_ui/properties_object.py (+1, -1) (Diff)