everything is OK with these ones:
<off shape="square" color="back" border="orange" border_size="3" radius="6"/>
<selected shape="square" gradient="circular" color="orange" color2="darkorange" border="orange" border_size="3" radius="6"/>
<down shape="square" color="black" border="orange" border_size="3" radius="6"/>
<downselected shape="square" gradient="circular" color="orange" color2="darkorange" border="orange" border_size="3" radius="6"/>
...
but these ones have wrong gradient (vertical)
<over shape="square" gradient="circular" color="orange" color2="yellow" border="orange" border_size="3" radius="6"/>
<overselected shape="square" gradient="circular" color2="orange" color="yellow" border="orange" border_size="3" radius="6"/>
and
<over shape="square" gradient="horizontal" color="orange" color2="yellow" border="orange" border_size="3" radius="6"/>
<overselected shape="square" gradient="horizontal" color2="orange" color="yellow" border="orange" border_size="3" radius="6"/>
"radius" already can't be calculated for use with a placeholder (i.e.: radius="[HEIGHT]+[WIDTH]/6" or radius="size*20/100" )
Inviato Tue 24 Nov 20 @ 1:10 pm