Slider textbox dimensions relative?

Hi,

is there a way to specify the sliders TextBox to be resized relative to the sliders bounds? I try to remove any hard coded sizes from my layouts.

I hope I don't have to inherit slider just override resized for resizing the textbox...

Thanks


You have to override getSliderLayout() in your lookAndFeel.
See this post from Timur for an example :
http://www.juce.com/comment/311880#comment-311880
 

Great, thanks for the pointer. Look and feel is on my to do list anyway...