I am trying to create an horizontal slider with a round thumbimage. I took the default blue theme where the slider track is composed of 3 images (sliderBlueLeft.png, sliderBlueCenter.png and sliderBlueRight.png) that compose an horizontal image border.
The problem is that this horizontal image border is drawn as the top border of the slider component instead of beeing at is center.
I don't know if this is the expected behaviour or a bug (in the border editor of the Codename One Designer, the 3 images appear at the center of the 9 border components so I would expect them to be render at the center).
As a consequence, my thumbimage is not centered vertically with the track of the slider but appear bellow it (the thumbimage is correctly centered at the middle of the height dimension of the slider component but the track is at the top of it):

How can I create an horizontal slider with a thumbImage correctly centered on the track?