From de1aa0b04308034b03bc148bdb700e748901984e Mon Sep 17 00:00:00 2001 From: RixarSAP <168567887+RixarSAP@users.noreply.github.com> Date: Thu, 2 May 2024 14:31:19 +0200 Subject: [PATCH] Update zcl_excel_comment.clas.abap Reset default width to 2 again I've changed again the default width to 2. I've changed other numbers in the anchor string, and I think work better with width 2 by defautl. Sorry for these last changes. --- src/zcl_excel_comment.clas.abap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zcl_excel_comment.clas.abap b/src/zcl_excel_comment.clas.abap index 6f8bd53..350f27d 100644 --- a/src/zcl_excel_comment.clas.abap +++ b/src/zcl_excel_comment.clas.abap @@ -5,7 +5,7 @@ CLASS zcl_excel_comment DEFINITION PUBLIC SECTION. - CONSTANTS default_width TYPE i VALUE 4. "#EC NOTEXT + CONSTANTS default_width TYPE i VALUE 2. "#EC NOTEXT CONSTANTS default_height TYPE i VALUE 15. "#EC NOTEXT METHODS constructor .