Blender Git Loki
Git Commits -> Revision 3601cdd
Revision 3601cdd by Julian Eisel (master) October 21, 2020, 15:34 (GMT) |
UI: Swap order of increment and decrement file name icon in File Browser Swaps the order of the '+' and '-' button in the File Browser file name field, so that '-' comes first. For increasing or decreasing a value it makes more sense to have decreasing first, increasing last. Consistent to how you press on the left side of a number button for decrease, and right to increase. However this is inconsistent in another way: Usually we have a '+' button before a '-' button, but that refers to adding and removing items, not increasing or decreasing. The icons are also placed in their own buttons then, making them look more separate. So the UI Team agreed on accepting that trade-off, see today's meeting notes: https://devtalk.blender.org/t/2020-10-21-ui-team-upcoming/15849 |
Commit Details:
Full Hash: 3601cdd27bb351bce70e40e0f033ca6ddd9c9217
Parent Commit: 876f78c
Lines Changed: +3, -3
1 Modified Path:
/source/blender/editors/space_file/file_panels.c (+3, -3) (Diff)