Page 1 of 1

widgets-demo slider change positions

Posted: Fri Jun 08, 2007 10:49 am
by HPW
A small issue with the widgets-demo.

When the slider is set to 1 or 100 the 2 other widgets in that row change their position, because the value-text gets 1 or 3 digits.
There must be some option that the text widget get a constant size.

Posted: Fri Jun 08, 2007 11:48 am
by Lutz
You can add a (gs:set-size ...) line here:

Code: Select all

(gs:label 'SliderStatus "30" )
(gs:set-size 'SliderStatus 30 12)
Lutz