Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarley Acheson <harley>2018-12-05 18:01:45 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-12-05 20:51:59 +0300
commit9b228e465f1381782d52eb9f015c9c3eb2e528f5 (patch)
treea2f1f030e442206ac72fd8eb5bba1cdc95389126 /source/blender/editors/screen/screen_intern.h
parent9375c941b75462b1e03274b7f7a23a0ae81d00e4 (diff)
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
Diffstat (limited to 'source/blender/editors/screen/screen_intern.h')
-rw-r--r--source/blender/editors/screen/screen_intern.h2
1 files changed, 1 insertions, 1 deletions
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 */