Use the set size like this.
Width -> Self.Width + AdditionalWidth
Height -> Self.Height + Additional Height
You set the size, to: "the current", plus "the added".
Or you can use the Set Scale action, which changes the overall scale of your sprite based on a multiplicative factor. 1 -> default size, 2 -> twice as big, et cetera.