DzFloatSlider How to Make Text Box Bigger

I'm using a DzFloatSlider in a dialog box but my max value needs to go to 100,000 and it's being truncated in the text value box.  Since it's editable, it would be nice to be able to see the whole value that's entered.  It works as it is, but it's sloppy.  I can't find anyway to resize the text box so it fits my data.  It seems like there are applicable functions in the parent, DzWidget, but I don't know if those apply to the whole slider bar or not, e.g. setFixedWidth.  Is there a way to do this?

Comments

  • Cayman StudiosCayman Studios Posts: 1,131

    I've had a quick look at this and I can't find a way to resize the text value box.  However, if you don't need decimal points you can use DzIntSlider instead, and 100,000 will fit into the box.

Sign In or Register to comment.