class: FramedBox
authorClaus Gittinger <cg@exept.de>
Sun, 13 Apr 2014 03:36:31 +0200
changeset 4990 005530c98d3f
parent 4989 cb0fb182dc2c
child 4991 84e9a47980e3
class: FramedBox changed: #preferredExtent
FramedBox.st
--- a/FramedBox.st	Sun Apr 13 02:40:52 2014 +0200
+++ b/FramedBox.st	Sun Apr 13 03:36:31 2014 +0200
@@ -710,7 +710,7 @@
     ].
 
     sep := gc font heightOn:self graphicsDevice.
-    sep2 := sep + sep.
+    sep2 := sep "+ sep".
 
     true "showFrame" ifFalse:[
         ^ super preferredExtent + (0 @ sep2)
@@ -764,10 +764,10 @@
 !FramedBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.57 2014-02-18 16:45:48 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.58 2014-04-13 01:36:31 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.57 2014-02-18 16:45:48 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.58 2014-04-13 01:36:31 cg Exp $'
 ! !