class: InspectorView
authorClaus Gittinger <cg@exept.de>
Mon, 03 Jun 2013 12:39:43 +0200
changeset 12810 b7a6631ef77e
parent 12809 24d2a31e458b
child 12811 ffdf97bbca6e
class: InspectorView changed: #fieldListLabel:
InspectorView.st
--- a/InspectorView.st	Mon Jun 03 12:39:14 2013 +0200
+++ b/InspectorView.st	Mon Jun 03 12:39:43 2013 +0200
@@ -775,7 +775,8 @@
 !
 
 fieldListLabel:aString
-    labelView label:aString
+    labelView label:aString.
+    labelView adjust:#left.
 
     "Created: 28.6.1996 / 15:30:26 / cg"
 !
@@ -3507,10 +3508,10 @@
 !InspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.309 2013-05-28 19:30:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.310 2013-06-03 10:39:43 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.309 2013-05-28 19:30:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.310 2013-06-03 10:39:43 cg Exp $'
 ! !