Resize trackbar
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
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.