diff -r 9453a5aa3fcf -r 7b0e5dd511e9 DialogBox.st --- a/DialogBox.st Sun Jan 23 03:01:21 2011 +0100 +++ b/DialogBox.st Tue Jan 25 13:53:47 2011 +0100 @@ -6793,7 +6793,9 @@ width:relW*(1.0 - relativeX); left:leftX+(relW*relativeX). ]. - "/ aView height:max. + + self todo "/ someone changes this later, back to a too small height !!!!!! + aView height:max. aView isInputField ifTrue:[ self addToInputFieldGroup:aView @@ -6866,7 +6868,7 @@ " "Created: / 17-07-1996 / 15:03:32 / cg" - "Modified: / 23-01-2011 / 03:00:24 / cg" + "Modified: / 25-01-2011 / 13:04:44 / cg" ! addLabelledField:aView label:labelString adjust:labelAdjust tabable:tabable separateAtX:relativeX @@ -9533,11 +9535,11 @@ !DialogBox class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.307 2011-01-23 02:01:21 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.308 2011-01-25 12:53:47 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.307 2011-01-23 02:01:21 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.308 2011-01-25 12:53:47 cg Exp $' ! ! DialogBox initialize!