#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 06 May 2016 13:54:34 +0200
changeset 5708 991bcc1c7739
parent 5707 b4784c2083e0
child 5709 219a28ca67d1
child 5710 7757eb8d4d3e
#DOCUMENTATION by cg class: Label comment/format in: #sizeFixed:
Label.st
--- a/Label.st	Fri May 06 13:12:09 2016 +0200
+++ b/Label.st	Fri May 06 13:54:34 2016 +0200
@@ -1263,9 +1263,9 @@
 
 sizeFixed:aBoolean
     "set/clear the fix-size attribute. 
-     If true, the receiver will not change its size when the labelString/logo
-     changes. If false (the default), it will resize itself to make the logo
-     fit."
+     If true, the label will not change its size when the labelString/logo
+     changes. 
+     If false (the default), it will resize itself to make the logo fit."
 
     fixSize := aBoolean
 !