Hi everybody
I do have an application with a slider on it. The slider works as expected. Running the app on a Nokia 5800 (touchscreen) I realized that the slider knob is very small to move by a finger. I adjusted the width with
ui->verticalSlider->setMinimumWidth(40);
and/or
ui->verticalSlider->setFixedWidth(40);
but the slider size does not change. Compiling the same app for my desktop I can see the difference in width, so my code should be allright.
Any suggestions how to achieve this on the symbian platform? (S60 5th)
cheers



