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
path: root/source
diff options
context:
space:
mode:
authorAntonio Vazquez <blendergit@gmail.com>2021-07-20 17:59:49 +0300
committerAntonio Vazquez <blendergit@gmail.com>2021-07-20 17:59:49 +0300
commitd4fbb51932a04597ad5acbe93cb27c7088ec1c0b (patch)
treec3f443f708c14f20c3458a31b8ed72e5e2c61898 /source
parent55b0f37d4b9dba06a41eaeb3204475452474a902 (diff)
GPencil: Cleanups
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/gpencil/gpencil_asset.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/blender/editors/gpencil/gpencil_asset.c b/source/blender/editors/gpencil/gpencil_asset.c
index a7baccab2c9..c9192fabb5d 100644
--- a/source/blender/editors/gpencil/gpencil_asset.c
+++ b/source/blender/editors/gpencil/gpencil_asset.c
@@ -352,9 +352,8 @@ static void gpencil_asset_import_status_indicators(bContext *C, tGPDasset *tgpa)
mode_txt[tgpa->mode]);
ED_area_status_text(tgpa->area, status_str);
- ED_workspace_status_text(C,
- TIP_("ESC/RMB to cancel, Enter to confirm, LMB to Move, "
- "Shift+LMB to Rotate, Wheelmouse to Scale "));
+ ED_workspace_status_text(
+ C, TIP_("ESC/RMB to cancel, Enter/LMB(outside cage) to confirm, Shift to Scale uniform"));
}
/* Update screen and stroke */
@@ -1000,7 +999,7 @@ static void gpencil_draw_cage(tGPDasset *tgpa)
immEnd();
/* Rotation box */
- const float gap = 3.0f;
+ const float gap = 2.0f;
for (int i = 0; i < 4; i++) {
imm_draw_box_wire_2d(pos,
tgpa->manipulator[CAGE_CORNER_ROT_NW + i][0] - gap,