jorgec,
Open the marker, then open the macro "Section-Elevation Marker Macro"
In the 2D script look for the following:
if GS_Type70 = 2 then
fillFrame = 5 + 2 * gs_backfill ! 5 / 7
fillType = gs_backfill_type
fillPen = gs_backfill_pen_fg
fillBackPen = gs_backfill_pen_bg
endif
if GS_Type70 = 3 then
fillFrame = 7
fillType = AC_MarkerFill
fillPen = SYMB_VIEW_PEN
fillBackPen = -1
endif
fill fillType
poly2_b 3, fillFrame, fillPen, fillBackPen,
-AC_MarkerSize * 0.5, 0, 1,
AC_MarkerSize * 0.5, 0, 1,
0, AC_MarkerSize, 1
add2 -AC_MarkerSize * 0.8, 0
endif if GS_Type70 = 2 or GS_Type70 = 3 then ! triangles
As Tom suggested you want to edit the poly2_b{3} statement. Without trying it, it looks like you merely need ot change the multiplier for the AC_MarekerSize variable. You will not find anything to do this in the parameter settings.
HTH
Erich
AC 19 6006 & AC 20
Mac OS 10.11.5
15" Retina MacBook Pro 2.6
27" iMac Retina 5K