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:
Jonas Holzman
2025-10-07 19:44:12 +02:00
parent a73b7f883d
commit 043d9e77b0

View File

@@ -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};