Change size of arrow?

 

Just wondering if it's possible to change the size of an arrow?

 
Yes see width parameter of SetIndexStyle.
 

Maybe this only works with certain arrow codes?

this isn't changing the size at all:

ObjectCreate("SignalDot",OBJ_ARROW,0,0,0);
ObjectSet("SignalDot",OBJPROP_ARROWCODE,108);
ObjectSet("SignalDot",OBJPROP_COLOR,Gray);
SetIndexStyle("SignalDot",OBJPROP_WIDTH,60);