View Single Post
  #1  
Old 08-26-2011, 08:55 AM
jincheker jincheker is offline
Member
 
Join Date: Oct 2009
Posts: 15
Can I change the text size of slider object?

Hi, everyone
I have code like this:
Code:
linkChangeBox = vizinfo.add('',textsize=0.6)
link_Slider1_min = linkChangeBox.add(viz.SLIDER, 'Link 1 Min')
Can I change the text size of slider, which is ' 'Link 1 Min''

Also, since linkChangeBox contains all the sliders, can I do something to change the size of all the objects which are in it?

Thanks
Reply With Quote