DialogBox.st
changeset 3618 666a79707322
parent 3612 1b624feb1ece
child 3622 2f97b521c9f3
--- a/DialogBox.st	Fri May 30 17:09:07 2008 +0200
+++ b/DialogBox.st	Fri May 30 17:26:30 2008 +0200
@@ -8504,7 +8504,7 @@
     addedComponents notNil ifTrue:[
         w := self maxPreferredWidthOfAddedComponents.
     ] ifFalse:[
-        w := super preferredWidth.
+        w := super preferredExtent x.
     ].
     w := w max:width.
     h := yPosition + ViewSpacing.
@@ -8663,7 +8663,7 @@
 !DialogBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.269 2008-05-30 12:26:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.270 2008-05-30 15:26:30 cg Exp $'
 ! !
 
 DialogBox initialize!