Resize trackbar

asked 2015-01-15 02:42:37 -0600

KansaiRobot gravatar image

Hello everybody

When adding a trackbar to a window, it gets displayed ugly. For example the label of the trackbar gets cut. the trackbar itself sometimes gets cut and sometimes( when for example having two or three possible values) gets an undesirable length.

Is there a way to resize and control the length of the label of a trackbar and the length of the trackbar itself??

Thank you very much for your help

edit retag flag offensive close merge delete

Comments

2

don't take those trackbars too serious, they're just a utility. quite useful, but don't expect anythin nice.

putting your trackbars in a seperate (resizable) namedWindow("trackbars",0);might be a good idea, though.

berak gravatar imageberak ( 2015-01-15 02:47:45 -0600 )edit