checkin from browser
authorClaus Gittinger <cg@exept.de>
Mon, 24 Aug 1998 19:17:11 +0200
changeset 1095 44b55760239b
parent 1094 ce0ca79d9fb1
child 1096 6ab44a6939bf
checkin from browser
MenuPanel.st
--- a/MenuPanel.st	Mon Aug 24 19:08:55 1998 +0200
+++ b/MenuPanel.st	Mon Aug 24 19:17:11 1998 +0200
@@ -1302,9 +1302,9 @@
         y := y + space.
         x := x + hrzInset.
     ].
-  ^ x @ y
-
-    "Modified: / 20.8.1998 / 19:29:38 / cg"
+    ^ (x + margin + margin) @ (y + margin + margin)
+
+    "Modified: / 24.8.1998 / 19:16:02 / cg"
 !
 
 shortKeyInset
@@ -5190,6 +5190,6 @@
 !MenuPanel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/MenuPanel.st,v 1.117 1998-08-24 16:59:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/MenuPanel.st,v 1.118 1998-08-24 17:17:11 cg Exp $'
 ! !
 MenuPanel initialize!