mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 19:16:10 +08:00
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:
parent
0d38ea51be
commit
de1aa0b043
|
@ -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 .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user