Pushbutton size: We recently upgraded from SAP GUI 7.10 to SAP GUI 7.20. In some of our scripts we use pushbuttons that consist of an icon only, e.g.
   Pushbutton (10,62) "@21"  ....
In SAP GUI 7.20 they are now displayed larger than before, overlapping the text that follows. Is there a way to avoid this?

The default pushbutton size for icon-only buttons changed with SAP GUI 7.20. Please add the size= option:

Pushbutton (10,62) "@21"  ...  size=(1,1)