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.
This commit is contained in:
RixarSAP 2024-05-02 14:31:19 +02:00 committed by GitHub
parent 0d38ea51be
commit de1aa0b043
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ CLASS zcl_excel_comment DEFINITION
PUBLIC SECTION. 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 CONSTANTS default_height TYPE i VALUE 15. "#EC NOTEXT
METHODS constructor . METHODS constructor .