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.
This commit is contained in:
Pablo Vazquez 2018-08-02 01:26:58 +02:00
parent a4623bdfed
commit ab49b7d739
Notes: blender-bot 2023-02-14 05:29:18 +01:00
Referenced by issue #56216, Blender Crashes when I add a material
Referenced by issue #56223, Crashing from copying bone properties
Referenced by issue #56208, Blender crash used Grease Pencil
Referenced by issue #56212, No work cache smoke from eevee (none)
1 changed files with 1 additions and 1 deletions

View File

@ -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 */