Hi! I'm trying to use a stylesheet for a QSlider. I've been able to do anything but placing an image for the QSlider::sub-page:horizontal so that it is resized only in width. I need the image I place to be resized so that the width is from the beginning to the handle, but the height is always the same.

I tried this way, forcing the height to what I need:

QSlider::sub-page:horizontal {image: url(image.png); height: 11px;

but it keeps resizing the whole image. Is it possible to keep its height always the same?
Thanks!