Commit: 9b228e465f1381782d52eb9f015c9c3eb2e528f5 Author: Harley Acheson Date: Wed Dec 5 16:01:45 2018 +0100 Branches: blender2.8 https://developer.blender.org/rB9b228e465f1381782d52eb9f015c9c3eb2e528f5
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 =================================================================== M source/blender/editors/screen/screen_intern.h =================================================================== diff --git a/source/blender/editors/screen/screen_intern.h b/source/blender/editors/screen/screen_intern.h index 9f845bf04ba..87bcd1b7006 100644 --- a/source/blender/editors/screen/screen_intern.h +++ b/source/blender/editors/screen/screen_intern.h @@ -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 */ _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
