changed: #addLabelledField:label:adjust:tabable:from:to:separateAtX:nameAs:foregroundColor:
authorClaus Gittinger <cg@exept.de>
Tue, 25 Jan 2011 13:53:47 +0100
changeset 4218 7b0e5dd511e9
parent 4217 9453a5aa3fcf
child 4219 c83b708345f7
changed: #addLabelledField:label:adjust:tabable:from:to:separateAtX:nameAs:foregroundColor:
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!