Blender Git Commit Log
Git Commits -> Revision 7c75529
Revision 7c75529 by Pablo Vazquez (master) November 5, 2021, 15:23 (GMT) |
UI: Use arrow icon on context paths The current `ICON_SMALL_TRI_RIGHT_VEC` uses dark hard-coded colors ([`0.2`, `0.2`, `0.2`]) which makes it impossible to theme and hard to see in dark contexts. Use `ICON_RIGHTARROW` to match the Outliner's breadcrumbs. This icon uses `TH_TEXT` so it's visible as long as the rest of the text is. ##### Master (Properties editor background made red on purpose to be able to see the triangle icon) {F11713038, size=full} #### This patch {F11713039, size=full} Reviewed By: #user_interface, Severin, HooglyBoogly Maniphest Tasks: T92771 Differential Revision: https://developer.blender.org/D13106 |
Commit Details:
Full Hash: 7c755293330e8ebe8717b0a34e6031b4e3186f0d
Parent Commit: 87e2154
Lines Changed: +7, -30
5 Modified Paths:
/source/blender/editors/include/UI_resources.h (+4, -0) (Diff)
/source/blender/editors/interface/interface_icons.c (+0, -27) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_buttons.c (+1, -1) (Diff)
/source/blender/editors/space_nla/nla_buttons.c (+1, -1) (Diff)
/source/blender/editors/interface/interface_icons.c (+0, -27) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_buttons.c (+1, -1) (Diff)
/source/blender/editors/space_nla/nla_buttons.c (+1, -1) (Diff)