UI: Slightly shorten 3D cursor colored axis tips
This commit slightly shorten the new 3D cursor colored axis tips, allowing for a larger part of the dark part of the axis to show, improving readability. Discussed during the last UI meeting. Pull Request: https://projects.blender.org/blender/blender/pulls/147563
This commit is contained in:
@@ -1348,7 +1348,7 @@ ShapeCache::ShapeCache()
|
||||
/* cursor lines */
|
||||
{
|
||||
const float outer_limit = 1.0f;
|
||||
const float color_limit = 0.75f;
|
||||
const float color_limit = 0.85f;
|
||||
const float inner_limit = 0.25f;
|
||||
const std::array<int, 3> axis_theme = {TH_AXIS_X, TH_AXIS_Y, TH_AXIS_Z};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user