[Bf-blender-cvs] [ab49b7d7396] blender2.8: UI: Slightly larger action zone for corner resizing

Pablo Vazquez noreply at git.blender.org
Thu Aug 2 01:27:04 CEST 2018


Commit: ab49b7d73967b61e05108156980c204065cbfebf
Author: Pablo Vazquez
Date:   Thu Aug 2 01:26:58 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBab49b7d73967b61e05108156980c204065cbfebf

UI: Slightly larger action zone for corner resizing

Pretty minor, from 0.6 to 0.8, but the improvement is noticeable
especially when using a stylus, without overlapping too much with
the buttons and dropdowns in headers.

===================================================================

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 cd71c07a3c0..9f845bf04ba 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.6f * U.widget_unit)
+#define AZONESPOT       (0.8f * 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 */



More information about the Bf-blender-cvs mailing list