changed #initialize - link is left-aligned by default
authorStefan Vogel <sv@exept.de>
Fri, 13 Mar 2009 14:57:48 +0100
changeset 3666 4a4e9dae4017
parent 3665 a335a284cf82
child 3667 acb358ca4b0b
changed #initialize - link is left-aligned by default
LinkButton.st
--- a/LinkButton.st	Mon Mar 09 15:17:12 2009 +0100
+++ b/LinkButton.st	Fri Mar 13 14:57:48 2009 +0100
@@ -90,6 +90,7 @@
 
 initialize
     super initialize.
+    adjust := #left.
     self enableMotionEvents
 ! !
 
@@ -160,5 +161,5 @@
 !LinkButton class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/LinkButton.st,v 1.3 2009-03-09 14:17:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/LinkButton.st,v 1.4 2009-03-13 13:57:48 stefan Exp $'
 ! !