From d4fbb51932a04597ad5acbe93cb27c7088ec1c0b Mon Sep 17 00:00:00 2001 From: Antonio Vazquez Date: Tue, 20 Jul 2021 16:59:49 +0200 Subject: GPencil: Cleanups --- source/blender/editors/gpencil/gpencil_asset.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'source') 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, -- cgit v1.2.3