Normal
You need to modify the facade control, and the properties your interested in changing are:[CODE]<spinWidth>50</spinWidth><spinHeight>37</spinHeight><spinPosX>1175</spinPosX><spinPosY>681</spinPosY><spinAlign>Right</spinAlign><spinColor>ff006698</spinColor><textureUp>arrow_round_up_nofocus.png</textureUp><textureDown>arrow_round_down_nofocus.png</textureDown><textureUpFocus>arrow_round_up_focus.png</textureUpFocus><textureDownFocus>arrow_round_down_focus.png</textureDownFocus>[/CODE]The texture properties are used for the up/down buttons that appear next to the page count.
You need to modify the facade control, and the properties your interested in changing are:
[CODE]
<spinWidth>50</spinWidth>
<spinHeight>37</spinHeight>
<spinPosX>1175</spinPosX>
<spinPosY>681</spinPosY>
<spinAlign>Right</spinAlign>
<spinColor>ff006698</spinColor>
<textureUp>arrow_round_up_nofocus.png</textureUp>
<textureDown>arrow_round_down_nofocus.png</textureDown>
<textureUpFocus>arrow_round_up_focus.png</textureUpFocus>
<textureDownFocus>arrow_round_down_focus.png</textureDownFocus>
[/CODE]
The texture properties are used for the up/down buttons that appear next to the page count.