UI: reduce area splitting action zone size.

This would overlap with buttons in the header. It's smaller to hit, but
still wider than the outlines for resizing, so hopefully it's fine.

Differential Revision: https://developer.blender.org/D4033
This commit is contained in:
Harley Acheson 2018-12-05 16:01:45 +01:00 committed by Brecht Van Lommel
parent 9375c941b7
commit 9b228e465f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ struct Main;
/* internal exports only */
#define AZONESPOT (0.8f * U.widget_unit)
#define AZONESPOT (0.4f * U.widget_unit)
#define AZONEFADEIN (5.0f * U.widget_unit) /* when azone is totally visible */
#define AZONEFADEOUT (6.5f * U.widget_unit) /* when we start seeing the azone */