# demonstrates a bug in my stuff when creating widgets using parent values
# the buttons are about the same width, when one should be 40x bigger

form .r managed

pushButton .r.l1 managed -unitType 100th_millimeters -width 5000
	
pushButton .r.l2 managed -unitType 100th_millimeters
.r.l2 setValues -width 200000
.r.l2 setValues -topAttachment attach_widget -topWidget .r.l1
