What steps will reproduce the problem?
1. Make a MTKineticList:
sli = MTKineticList(do_x=True, do_y=False, w_limit=0, h_limit=1, pos=(0,(w.height-200)),
size=(w.width,200), title=None, searchable = False, padding_x = 150)
2. Add images to the list (different sizes):
tumbPhotos1 = MTKineticImage(filename = './pictures/tumbs/pic1.jpg')
sli.add_widget(tumbPhotos1)
tumbPhotos2 = MTKineticImage(filename = './pictures/tumbs/pic2.jpg')
sli.add_widget(tumbPhotos2)
The Probelm:
The space between the images is differnet.
I think it should be the same (pading_x).
Example: http://burnand.ch/domi/pics/mt/mtkinetic.jpg
What version of the product are you using? On what operating system?
I'm using OSX 10.5, PyMT 0.3.
Labels: Milestone-0.3 Component-Core